Share via


ListEventChain.EventLink.Equals Method (ListEventChain.EventLink)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Compares this ListEventChain to an EventLink element of a [T: Microsoft.VisualStudio.TraceLog.ListEventChain].

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public Function Equals ( _
    other As ListEventChain..::..EventLink _
) As Boolean
'Usage
Dim instance As ListEventChain..::..EventLink
Dim other As ListEventChain..::..EventLink
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    ListEventChain..::..EventLink other
)
public:
bool Equals(
    ListEventChain..::..EventLink other
)
member Equals : 
        other:ListEventChain..::..EventLink -> bool 
public function Equals(
    other : ListEventChain..::..EventLink
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ListEventChain.EventLink Structure

ListEventChain.EventLink Members

Equals Overload

Microsoft.VisualStudio.TraceLog Namespace