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


- object (Id)
- The object with which to compare the receiver.

YES if the receiver is equal to object, otherwise NO. In effect returns NO if receiver is nil.

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