MonobjcMonobjc Documented Class Library
IntersectsHashTable Method (other)
NamespacesMonobjc.FoundationNSHashTableIntersectsHashTable(NSHashTable)

Returns a Boolean value that indicates whether a given hash table intersects with the receiving hash table.

Original signature is '- (BOOL)intersectsHashTable:(NSHashTable *)other'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool IntersectsHashTable(
	NSHashTable other
)
Public Overridable Function IntersectsHashTable ( _
	other As NSHashTable _
) As Boolean
public:
virtual bool IntersectsHashTable(
	NSHashTable^ other
)
Parameters
other (NSHashTable)
The hash table with which to compare the receiving hash table.
Return Value
YES if other intersects with the receiving hash table, otherwise NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)