Returns a Boolean value that indicates whether a given hash table is equal to the receiving hash table.
Original signature is '- (BOOL)isEqualToHashTable:(NSHashTable *)other'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public virtual bool IsEqualToHashTable( NSHashTable other )
Public Overridable Function IsEqualToHashTable ( _ other As NSHashTable _ ) As Boolean
public: virtual bool IsEqualToHashTable( NSHashTable^ other )

- other (NSHashTable)
- The hash table with which to compare the receiving hash table.

YES if the contents of other are equal to the contents of the receiving hash table, otherwise NO.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)