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

isTrue

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

Declaration 宣言

- (BOOL)isTrue;

Return Value 戻り値

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

See Also 参照

Related Documentation 関連文書