RuntimeTypeHandle::Inequality Operator (Object^, RuntimeTypeHandle)
.NET Framework (current version)
Indicates whether an object and a RuntimeTypeHandle structure are not equal.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- left
-
Type:
System::Object^
An object to compare to right.
- right
-
Type:
System::RuntimeTypeHandle
A RuntimeTypeHandle structure to compare to left.
Return Value
Type: System::Booleantrue if left is a RuntimeTypeHandle and is not equal to right; 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.
Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: