RuntimeTypeHandle Operators
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
| 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: