Function 関数

NSCompareHashTables(_:_:)

Returns a Boolean value that indicates whether the elements of two hash tables are equal. 2つのハッシュテーブルのそれら要素が等しいかどうかを指し示すブール値を返します。

Declaration 宣言

func NSCompareHashTables(_ table1: NSHashTable<AnyObject>, 
                       _ table2: NSHashTable<AnyObject>) -> Bool

Return Value 戻り値

true if the two hash tables are equal—that is, if each element of table1 is in table2 and the two tables are the same size, otherwise false. true、もし2つのハッシュテーブルが等しいならば — すなわち、table1の要素それぞれがtable2の中にあるそして2つのテーブルが同じサイズならば、そうでなければfalse

See Also 参照

Related Documentation 関連文書