MonobjcMonobjc Documented Class Library
IsEqualToArray Method (otherArray)
NamespacesMonobjc.FoundationNSArrayIsEqualToArray(NSArray)

Compares the receiving array to another array.

Original signature is '- (BOOL)isEqualToArray:(NSArray *)otherArray'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool IsEqualToArray(
	NSArray otherArray
)
Public Overridable Function IsEqualToArray ( _
	otherArray As NSArray _
) As Boolean
public:
virtual bool IsEqualToArray(
	NSArray^ otherArray
)
Parameters
otherArray (NSArray)
An array.
Return Value
YES if the contents of otherArray are equal to the contents of the receiving array, 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)