Table of Contents

Enum FilterComparison

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

Filter comparison type.

public enum FilterComparison
Extension Methods

Fields

EqualTo = 3

The actual value is equal to the filter value.

GreaterThan = 2

The actual value is greater than the filter value.

GreaterThanOrEqualTo = 7

The actual value is greater than or equal to the filter value.

IsNotNull = 5

The actual value is not null.

IsNull = 4

The actual value is null.

LessThan = 1

The actual value is less than the filter value.

LessThanOrEqualTo = 6

The actual value is less than or equal to the filter value.