ListChain.EventLink.Equals Method
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.
public:
bool Equals(Microsoft::VisualStudio::IntelliTrace::ListChain::EventLink other);
C++/WinRT
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
- other
- ListChain.EventLink
Returns
Applies to
Visual Studio SDK 2022 i druge verzije
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |
public:
override bool Equals(System::Object ^ other);
public:
override bool Equals(Platform::Object ^ other);
C++/WinRT
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
Visual Studio SDK 2022 i druge verzije
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |