Compares the receiving array to another array.
Original signature is '- (BOOL)isEqualToArray:(NSArray *)otherArray'
Available in Mac OS X v10.0 and later.


- otherArray (NSArray)
- An array.

YES if the contents of otherArray are equal to the contents of the receiving array, 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)