Indicates whether the current object is equal to another object of the same type.

C# | Visual Basic | Visual C++ |
public bool Equals( EventTypePhase other )
Public Function Equals ( _ other As EventTypePhase _ ) As Boolean
public: bool Equals( EventTypePhase other )

- other (EventTypePhase)
- An object to compare with this object.

true if the current object is equal to the other parameter; otherwise, false.