func intersects(NSHashTable<ObjectType>) -> Bool
Returns a Boolean value that indicates whether a given hash table intersects with the receiving 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.
与えられたハッシュテーブルが受け手側ハッシュテーブルと等しいかどうかを指し示すブール値を返します。