Share via


ListEventChain.EventLink.Equality Operator

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

Tests two EventLinks for equality.

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

Syntax

'Declaration
Public Shared Operator = ( _
    first As ListEventChain..::..EventLink, _
    second As ListEventChain..::..EventLink _
) As Boolean
'Usage
Dim first As ListEventChain..::..EventLink
Dim second As ListEventChain..::..EventLink
Dim returnValue As Boolean

returnValue = (first = second)
public static bool operator ==(
    ListEventChain..::..EventLink first,
    ListEventChain..::..EventLink second
)
public:
static bool operator ==(
    ListEventChain..::..EventLink first, 
    ListEventChain..::..EventLink second
)
static let inline (=)
        first:ListEventChain..::..EventLink * 
        second:ListEventChain..::..EventLink  : bool
JScript does not support overloaded operators.

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ListEventChain.EventLink Structure

ListEventChain.EventLink Members

Microsoft.VisualStudio.TraceLog Namespace