Click or drag to resize
FdoComparisionOperation Enumeration
Comparision operation.

Namespace: FDF.Common.Features.Filters
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
[SerializableAttribute]
public enum FdoComparisionOperation
Members
  Member nameValueDescription
EqualTo0Arguments are equal.
NotEqualTo1Arguments are not equal.
GreaterThan2First argument is greater than other.
GreaterThanOrEqualTo3First argument is greater or equal than other.
LessThan4First argument is lesser than other.
LessThanOrEqualTo5First argument is lesser or equal than other.
Like6First argument sounds like other.
In7First argument is in a comma-separated list provided by other argument.
Remarks