OrdinalEvent.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Equals(Object) |
Determines whether the specified object is equal to the current OrdinalEvent. |
Equals(OrdinalEvent, OrdinalEvent) |
Determines whether the specified OrdinalEvents are considered equal. |
Equals(Object)
Determines whether the specified object is equal to the current OrdinalEvent.
public:
override bool Equals(System::Object ^ other);
public:
override bool Equals(Platform::Object ^ other);
override bool Equals(winrt::Windows::Foundation::IInspectable const & other);
public override bool Equals (object other);
override this.Equals : obj -> bool
Public Overrides Function Equals (other As Object) As Boolean
Parameters
- other
- Object
The object to compare with the current OrdinalEvent.
Returns
True if the specified object is equal to the current OrdinalEvent; otherwise, false.
Applies to
Equals(OrdinalEvent, OrdinalEvent)
Determines whether the specified OrdinalEvents are considered equal.
public:
static bool Equals(Microsoft::VisualStudio::IntelliTrace::OrdinalEvent ^ first, Microsoft::VisualStudio::IntelliTrace::OrdinalEvent ^ second);
public static bool Equals (Microsoft.VisualStudio.IntelliTrace.OrdinalEvent first, Microsoft.VisualStudio.IntelliTrace.OrdinalEvent second);
static member Equals : Microsoft.VisualStudio.IntelliTrace.OrdinalEvent * Microsoft.VisualStudio.IntelliTrace.OrdinalEvent -> bool
Public Shared Function Equals (first As OrdinalEvent, second As OrdinalEvent) As Boolean
Parameters
- first
- OrdinalEvent
The first OrdinalEvent to compare.
- second
- OrdinalEvent
The second OrdinalEvent to compare.
Returns
True if the instances are equal; otherwise, false.