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