eDriven Framework API
Equals Method (other)
NamespaceseDriven.Core.EventsEventTypePhaseEquals(EventTypePhase)
eDriven Framework API
Indicates whether the current object is equal to another object of the same type.
Declaration Syntax
C#Visual BasicVisual C++
public bool Equals(
	EventTypePhase other
)
Public Function Equals ( _
	other As EventTypePhase _
) As Boolean
public:
bool Equals(
	EventTypePhase other
)
Parameters
other (EventTypePhase)
An object to compare with this object.
Return Value
true if the current object is equal to the other parameter; otherwise, false.

Assembly: eDriven.Core (Module: eDriven.Core) Version: 2.0.1.0 (2.0.1.0)