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

isSubset(of:)

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

Declaration 宣言

func isSubset(of other: NSOrderedSet) -> Bool

Parameters パラメータ

other

The ordered set with which to compare the receiving ordered set. この順序集合と受け手側の順序集合を比較することになります。

Return Value 戻り値

true if every object in the receiving set is also present in other, otherwise false. true、もし受け手側の集合の中のあらゆるオブジェクトがまたotherの中に存在するならば、そうでなければfalse

See Also 参照

Comparing Sets 集合を比較する