The following tables list the members exposed by Variant.
Public Constructors
Public Fields
| Name | Description |
  | Null |
An constant containing a null Variant structure.
|
Top
Public Properties
| Name | Description |
 | TypeInfo |
The type information for the matrix.
|
 | Value |
The value stored in the object.
|
Top
Public Methods
| Name | Description |
 | Clone | |
 | Equals | Overloaded. Determines if the specified object is equal to the object. Implements Equals. |
 | GetHashCode | Serves as the default hash function. |
 | MemberwiseClone |
Makes a deep copy of the object.
|
 | Set | Overloaded.
Initializes the object with a bool value.
|
 | ToString | Overloaded.
Returns the string representation of the object.
|
Top
Public Operators
See Also