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

containsObject:

Returns a Boolean value that indicates whether a given object is present in the ordered set. あるブール値を返します、与えられたオブジェクトが順序集合の中に存在するかどうかを指し示します。

Declaration 宣言

- (BOOL)containsObject:(ObjectType)object;

Parameters パラメータ

object

The object for which to test membership of the ordered set. それに対して順序集合のメンバーシップを試験することになるオブジェクト。

Return Value 戻り値

YES if object is present in the set, otherwise NO. YES、もしobjectが集合の中に存在するならば、そうでなければNO

See Also 参照

Accessing Set Members 集合メンバにアクセスする