Instance Method インスタンスメソッド

isTrue()

Returns a Boolean value that indicates whether the test represented by the receiver evaluates to true. あるブール値を返します、それはレシーバによって表されるテストがtrueに評価されるかどうかを指し示します。

Declaration 宣言

func isTrue() -> Bool

Return Value 戻り値

true if the test represented by the receiver evaluates to true, otherwise false. true、もしレシーバによって表されるテストがtrueに評価されるならば、そうでなければfalse

See Also 参照

Related Documentation 関連文書