Enum FilterComparison
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Filter comparison type.
public enum FilterComparison
- Extension Methods
Fields
EqualTo = 3The actual value is equal to the filter value.
GreaterThan = 2The actual value is greater than the filter value.
GreaterThanOrEqualTo = 7The actual value is greater than or equal to the filter value.
IsNotNull = 5The actual value is not null.
IsNull = 4The actual value is null.
LessThan = 1The actual value is less than the filter value.
LessThanOrEqualTo = 6The actual value is less than or equal to the filter value.