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

contains(_:)

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

Declaration 宣言

func contains(_ object: Any) -> Bool

Parameters パラメータ

object

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

Return Value 戻り値

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

See Also 参照

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