Returns a Boolean value that indicates whether a given object matches the conditions specified by the receiver.
Original signature is '- (BOOL)evaluateWithObject:(id)object'
Available in Mac OS X v10.4 and later.


- object (Id)
- The object against which to evaluate the receiver.

YES if object matches the conditions specified by the receiver, 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)