Returns a Boolean value that indicates whether the receiver and a given object are equal. (required)
Original signature is '- (BOOL)isEqual:(id)anObject'
Available in Mac OS X v10.0 and later.


- anObject (Id)
- The object to be compared to the receiver.

YES if the receiver and anObject are equal, 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)