MonobjcMonobjc Documented Class Library
EvaluateWithObject Method (object)
NamespacesMonobjc.FoundationNSPredicateEvaluateWithObject(Id)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool EvaluateWithObject(
	Id object
)
Public Overridable Function EvaluateWithObject ( _
	object As Id _
) As Boolean
public:
virtual bool EvaluateWithObject(
	Id^ object
)
Parameters
object (Id)
The object against which to evaluate the receiver.
Return Value
YES if object matches the conditions specified by the receiver, 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)