- doesContain:
Returns a Boolean value that indicates whether the receiver contains a given object.
与えられたオブジェクトをレシーバが含んでいるかどうかを指し示すブール値を返します。
- isCaseInsensitiveLike:
Returns a Boolean value that indicates whether receiver is considered to be “like” a given string when the case of characters in the receiver is ignored.
レシーバの中の文字の大文字小文字等が無視される場合に、与えられた文字列に「似ている」とレシーバが見なされるかどうかを指し示すブール値を返します。
- isGreaterThan:
Returns a Boolean value that indicates whether the receiver is greater than another given object.
レシーバが別の与えられたオブジェクトより大きいかどうかを指し示すブール値を返します。
- isGreaterThanOrEqualTo:
Returns a Boolean value that indicates whether the receiver is greater than or equal to another given object.
レシーバが別の与えられたオブジェクトより大きいまたは等しいかどうかを指し示すブール値を返します。
- isLessThan:
Returns a Boolean value that indicates whether the receiver is less than another given object.
レシーバが別の与えられたオブジェクトより小さいかどうかを指し示すブール値を返します。
- isLessThanOrEqualTo:
Returns a Boolean value that indicates whether the receiver is less than or equal to another given object.
レシーバが別の与えられたオブジェクトより小さいまたは等しいかどうかを指し示すブール値を返します。
- isLike:
Returns a Boolean value that indicates whether the receiver is "like" another given object.
レシーバが別の与えられたオブジェクトと「似ている」かどうかを指し示すブール値を返します。
- isNotEqualTo:
Returns a Boolean value that indicates whether the receiver is not equal to another given object.
レシーバが別の与えられたオブジェクトと等しくないかどうかを指し示すブール値を返します。