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