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
- other
Type: Microsoft.VisualStudio.TraceLog.ListEventChain.EventLink
A [T: Microsoft.VisualStudio.TraceLog.ListEventChain.EventLink] to compare.
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ListEventChain.EventLink Structure