[]
Specifies the comparison operation to be performed.
public enum CustomFilterOperator : byte
Public Enum CustomFilterOperator As Byte
Name | Description |
---|---|
DoesNotEquals | Not equal to. |
Equals | Equal to. |
GreaterThan | Greater than. |
GreaterThanOrEqual | Greater than or equal to. |
LessThan | Less than. |
LessThanOrEqual | Less than or equal to. |
None | Not used. |