Function 関数

NSCompareMapTables(_:_:)

Compares the elements of two map tables for equality. 2つのマップテーブルの要素を同等性について比較する。

Declaration 宣言

func NSCompareMapTables(_ table1: NSMapTable<AnyObject, AnyObject>, 
                      _ table2: NSMapTable<AnyObject, AnyObject>) -> Bool

Return Value 戻り値

true if the keys and corresponding values of table1 and table2 are the same, and the two tables are the same size, otherwise false. true、もしキーとtable1およびtable2の対応する値が同じである、そして2つのテーブルのサイズが同じならば、そうでなければfalse

See Also 参照

Related Documentation 関連文書