IsLessThanFilterRule<T>.Evaluate(T) 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.
Determines if item is less than Value.
protected:
override bool Evaluate(T item);
protected:
override bool Evaluate(T item);
override bool Evaluate(T item);
protected override bool Evaluate (T item);
override this.Evaluate : 'T -> bool
Protected Overrides Function Evaluate (item As T) As Boolean
Parameters
- item
- T
The data to compare against.
Returns
Returns true if data is less than Value.