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