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

intersects(_:)

Returns a Boolean value that indicates whether at least one object in the receiving ordered set is also present in another given ordered set. あるブール値を返します、それは受け手側の順序集合の中の少なくとも1つのオブジェクトが別の与えられた順序集合の中にも存在するかどうかを指し示します。

Declaration 宣言

func intersects(_ other: NSOrderedSet) -> Bool

Parameters パラメータ

other

The other ordered set. 他の順序集合。

Return Value 戻り値

true if at least one object in the receiving ordered set is also present in other, otherwise false. true、もし少なくとも受け手側の順序集合の中の1つのオブジェクトがまたotherの中に存在するならば、そうでなければfalse

See Also 参照

Comparing Sets 集合を比較する