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.

EventInfo::Inequality Operator (EventInfo^, EventInfo^)

.NET Framework (current version)
 

Indicates whether two EventInfo objects are not equal.

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

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

Parameters

left
Type: System.Reflection::EventInfo^

The first object to compare.

right
Type: System.Reflection::EventInfo^

The second object to compare.

Return Value

Type: System::Boolean

true if left is not equal to right; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft