TRUE if operand[0] is greater than operand[1].
Remarks:
The following restrictions apply to the operands:
[0]: Any operand that resolves to an ordered value.
[1]: Any operand that resolves to an ordered value.
The same conversion rules as defined for Equals apply.
Overload List
Overload | Description |
GreaterThan(Object,UAFilterOperand) | TRUE if operand[0] is greater than operand[1].
Remarks:
The following restrictions apply to the operands:
[0]: Any operand that resolves to an ordered value.
[1]: Any operand that resolves to an ordered value.
The same conversion rules as defined for Equals apply. |
GreaterThan(UAFilterOperand,Object) | TRUE if operand[0] is greater than operand[1].
Remarks:
The following restrictions apply to the operands:
[0]: Any operand that resolves to an ordered value.
[1]: Any operand that resolves to an ordered value.
The same conversion rules as defined for Equals apply. |
GreaterThan(UAFilterOperand,UAFilterOperand) | TRUE if operand[0] is greater than operand[1].
Remarks:
The following restrictions apply to the operands:
[0]: Any operand that resolves to an ordered value.
[1]: Any operand that resolves to an ordered value.
The same conversion rules as defined for Equals apply. |
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also