Share via


FilterExpressionOperandNode.Evaluate(Object) Method

Definition

Evaluates the item against the contained FilterRule.

public:
 override bool Evaluate(System::Object ^ item);
public:
 override bool Evaluate(Platform::Object ^ item);
 override bool Evaluate(winrt::Windows::Foundation::IInspectable const & item);
public override bool Evaluate (object item);
override this.Evaluate : obj -> bool
Public Overrides Function Evaluate (item As Object) As Boolean

Parameters

item
Object

The item to pass to the contained FilterRule.

Returns

Returns true if the contained FilterRule evaluates to true, false otherwise.

Applies to