[]
Checks whether the one variant is greater than another.
public static bool operator >(Variant a, Variant b)
Type | Name | Description |
---|---|---|
Variant | a | The Variant to be to the left of the 'greater' operator. |
Variant | b | The Variant to be to the right of the 'greater' operator. |
Type | Description |
---|---|
bool |
|