func isEqual (to: NSOrderedSet) -> Bool
Compares the receiving ordered set to another ordered set.
受け手側の順序集合を別の順序集合と比較します。
func intersects(NSOrderedSet) -> Bool
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つのオブジェクトが別の与えられた順序集合の中にも存在するかどうかを指し示します。
func intersectsSet (Set<AnyHashable>) -> Bool
Returns a Boolean value that indicates whether at least one object in the receiving ordered set is also present in another given set.
あるブール値を返します、それは受け手側の順序集合の中の少なくとも1つのオブジェクトが別の与えられた集合の中にも存在するかどうかを指し示します。
func isSubset (of: NSOrderedSet) -> Bool
Returns a Boolean value that indicates whether every object in the receiving ordered set is also present in another given ordered set.
あるブール値を返します、それは受け手側の順序集合の中のあらゆるオブジェクトが別の与えられた順序集合の中にも存在するかどうかを指し示します。