RuntimeTypeHandle.Inequality Operator
Silverlight
Indicates whether a RuntimeTypeHandle structure is not equal to an object.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Parameters
- left
- Type: System.RuntimeTypeHandle
A RuntimeTypeHandle structure to compare to right.
- right
- Type: System.Object
An object to compare to left.
Return Value
Type: System.Booleantrue if right is a RuntimeTypeHandle structure and is not equal to left; otherwise, false.
Using this operator to compare two variables of type RuntimeTypeHandle causes an ambiguous overload resolution error when compiled. Use the Equals method instead.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.