Contents

NSCompareHashTables(_:_:)

Returns a Boolean value that indicates whether the elements of two hash tables are equal.

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.

See Also

Related Documentation

Functions