Function 関数

NSCompareMapTables

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

Declaration 宣言

BOOL NSCompareMapTables(NSMapTable *table1, NSMapTable *table2);

Return Value 戻り値

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

See Also 参照

Related Documentation 関連文書