Operator overload

C# | Visual Basic | Visual C++ |
public static bool operator ==( EventTypePhase left, EventTypePhase right )
Public Shared Operator = ( _ left As EventTypePhase, _ right As EventTypePhase _ ) As Boolean
public: static bool operator ==( EventTypePhase left, EventTypePhase right )

- left (EventTypePhase)
- right (EventTypePhase)
