FilterExpressionOperandNode.Evaluate(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.