ListChain.EventLink.Equals Method

Definition

Overloads

Equals(ListChain+EventLink)
Equals(Object)
public:
 bool Equals(Microsoft::VisualStudio::IntelliTrace::ListChain::EventLink other);
bool Equals(Microsoft::VisualStudio::IntelliTrace::ListChain::EventLink other);
public bool Equals (Microsoft.VisualStudio.IntelliTrace.ListChain.EventLink other);
override this.Equals : Microsoft.VisualStudio.IntelliTrace.ListChain.EventLink -> bool
Public Function Equals (other As ListChain.EventLink) As Boolean

Parameters

Returns

Applies to

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

Returns

Applies to