Share via


IsLessThanFilterRule<T>.Evaluate(T) Method

Definition

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.

Applies to