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.
The value of this enum member is 3.
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.
 The value of this enum member is 3. | 
| 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.
 The value of this enum member is 3. | 
| 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.
 The value of this enum member is 3. | 
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