func intersect(NSHashTable<ObjectType>)
Removes from the receiving hash table each element that isn’t a member of another given hash table.
受け手側ハッシュテーブルから、別の与えられたハッシュテーブルのメンバーでない各項目を取り除きます。
func isSubset (of: NSHashTable<ObjectType>) -> Bool
Returns a Boolean value that indicates whether every element in the receiving hash table is also present in another given hash table.
受け手側ハッシュテーブルのすべての要素がまた、別の与えられたハッシュテーブルに存在するかどうかを指し示すブール値を返します。
func isEqual (to: NSHashTable<ObjectType>) -> Bool
Returns a Boolean value that indicates whether a given hash table is equal to the receiving hash table.
与えられたハッシュテーブルが受け手側ハッシュテーブルと等しいかどうかを指し示すブール値を返します。