Click or drag to resize

EventTypeInequality Operator

The overloaded operator that simplifies comparing the EventType objects.

Namespace:  DotNetBrowser.Dom.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public static bool operator !=(
	EventType eventType1,
	EventType eventType2
)

Parameters

eventType1
Type: DotNetBrowser.Dom.EventsEventType
The EventType to compare.
eventType2
Type: DotNetBrowser.Dom.EventsEventType
The EventType to compare.

Return Value

Type: Boolean
true if the objects are considered to be not equal.
See Also