RuntimeTypeHandle::Equality Operator (RuntimeTypeHandle, Object^)
.NET Framework (current version)
Indicates whether a RuntimeTypeHandle structure is equal to an object.
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 and is 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.
Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: