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>) -> BoolReturn 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
NSAllHashTableObjects(_:)NSCopyHashTableWithZone(_:_:)NSCountHashTable(_:)NSCreateHashTable(_:_:)NSCreateHashTableWithZone(_:_:_:)NSEndHashTableEnumeration(_:)NSEnumerateHashTable(_:)NSFreeHashTable(_:)NSHashGet(_:_:)NSHashInsert(_:_:)NSHashInsertIfAbsent(_:_:)NSHashInsertKnownAbsent(_:_:)NSHashRemove(_:_:)NSNextHashEnumeratorItem(_:)NSResetHashTable(_:)