Contents

NSCompareMapTables(_:_:)

Compares the elements of two map tables for equality.

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.

See Also

Related Documentation

Functions