Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

RuntimeTypeHandle::Inequality Operator (RuntimeTypeHandle, Object^)

 
equivalentCodeEntityM:System.RuntimeTypeHandle.Equals(System.RuntimeTypeHandle,System.Object)

Indicates whether a RuntimeTypeHandle structure is not equal to an object.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
static bool operator !=(
	RuntimeTypeHandle left,
	Object^ right
)

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::Boolean

true 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.

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
Return to top
Show:
© 2017 Microsoft