Return Value 戻り値
YES
if the test represented by the receiver evaluates to YES
, otherwise NO
.
YES
、もしレシーバによって表されるテストがYES
に評価されるならば、そうでなければNO
。
YES
.
あるブール値を返します、それはレシーバによって表されるテストがYES
に評価されるかどうかを指し示します。
Availability 有効性
Technology
- (BOOL)isTrue;
YES
if the test represented by the receiver evaluates to YES
, otherwise NO
.
YES
、もしレシーバによって表されるテストがYES
に評価されるならば、そうでなければNO
。