Table of Contents

Operator operator ==

Namespace
DotNetBrowser.Dom.Events
Assembly
DotNetBrowser.dll

operator ==(EventType, EventType)

The overloaded operator that simplifies comparing the EventType objects.

public static bool operator ==(EventType eventType1, EventType eventType2)

Parameters

eventType1 EventType

The EventType to compare.

eventType2 EventType

The EventType to compare.

Returns

bool

true if the objects are considered to be equal.