[]
Performs a logical negation on a Variant value if it is of boolean type, or a bitwise negation if it is of a numeric type.
public static Variant operator !(Variant v)
| Type | Name | Description |
|---|---|---|
| Variant | v | Variant to be inverted. |
| Type | Description |
|---|---|
| Variant |
|