func intersect(NSHashTable<ObjectType>)
func intersects(NSHashTable<ObjectType>) -> Bool
func isEqual (to: NSHashTable<ObjectType>) -> Bool
Availability 有効性
Technology
func isSubset(of other: NSHashTable
<ObjectType >) -> Bool
other
The hash table with which to compare the receiving hash table. それと受け手側ハッシュテーブルを比較することになるハッシュテーブル。
true
if every element in the receiving hash table is also present in other
, otherwise false
.
true
、もし受け手側ハッシュテーブルの中のすべての要素がまたother
の中に存在するならば、そうでなければfalse
。
The equality test used for members depends on the personality option selected. For instance, choosing the object
option will use is
to determine equality. See NSPointer
for more information on personality options and their corresponding equality tests.
メンバに対して使われる同等性テストは、選択されたパーソナリティオプションに依存します。インスタンスに対して、object
オプションを選ぶことは、is
を使って同等性を判定することになります。NSPointer
をパーソナリティオプションとそれらの対応する同等性テストに関するさらなる情報のために見てください。
func intersect(NSHashTable<ObjectType>)
func intersects(NSHashTable<ObjectType>) -> Bool
func isEqual (to: NSHashTable<ObjectType>) -> Bool