Share via


SelectorFilterRule.Evaluate(Object) Method

Definition

Evaluates whether the item is inclusive.

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 evaluate.

Returns

Returns true if the item matches the filtering criteria, false otherwise.

Applies to