Name | Description | |
---|---|---|
And | Applies boolean '&&' to booleans and bitwise '&' to numeric. | |
CompareTo | Overloaded. Compare the Variant with the specified object. | |
Equals | Overloaded. Checks whether the Variant equals to the specified object. | |
FromObject | Initialize new instance of the Variant from the value specified as object. The type of variant will be inferred from the specified value. | |
GetHashCode | Gets hash code for the variant. | |
Or | Applies boolean '||' to booleans and bitwise '|' to numeric. | |
Pow | Returns a specified Variant raised to the specified power. | |
ToObject | Converts the Variant to the object. | |
ToString | Overloaded. Converts Variant to the string representation with given format provider. | |
Xor | Applies boolean '!=' to booleans and bitwise '^' to numeric. |