This documentation is archived and is not being maintained.
RuntimeTypeHandle Operators
Visual Studio 2010
| Name | Description | |
|---|---|---|
|
Equality(Object, RuntimeTypeHandle) | Indicates whether an object and a RuntimeTypeHandle structure are equal. |
|
Equality(RuntimeTypeHandle, Object) | Indicates whether a RuntimeTypeHandle structure is equal to an object. |
|
Inequality(Object, RuntimeTypeHandle) | Indicates whether an object and a RuntimeTypeHandle structure are not equal. |
|
Inequality(RuntimeTypeHandle, Object) | Indicates whether a RuntimeTypeHandle structure is not equal to an object. |
Show: