[]
Subtracts one Variant from another.
public static Variant operator -(Variant a, Variant b)
Type | Name | Description |
---|---|---|
Variant | a | The source Variant. |
Variant | b | The Variant to be subtracted. |
Type | Description |
---|---|
Variant | The result of subtraction b from a. |