EventRegistrationToken::Inequality Operator (EventRegistrationToken, EventRegistrationToken)

.NET Framework (current version)
 

Indicates whether two EventRegistrationToken instances are not equal.

Namespace:   System.Runtime.InteropServices.WindowsRuntime
Assembly:  mscorlib (in mscorlib.dll)

public:
static bool operator !=(
	EventRegistrationToken left,
	EventRegistrationToken right
)

Parameters

left
Type: System.Runtime.InteropServices.WindowsRuntime::EventRegistrationToken

The first instance to compare.

right
Type: System.Runtime.InteropServices.WindowsRuntime::EventRegistrationToken

The second instance to compare.

Return Value

Type: System::Boolean

true if the two instances are not equal; otherwise, false.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Return to top
Show: