ListChain.EventLink.Equality Operator
ListChain.EventLink is for internal use only.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
Public Shared Operator = ( _
first As ListChain..::..EventLink, _
second As ListChain..::..EventLink _
) As Boolean
public static bool operator ==(
ListChain..::..EventLink first,
ListChain..::..EventLink second
)
public:
static bool operator ==(
ListChain..::..EventLink first,
ListChain..::..EventLink second
)
static let inline (=)
first:ListChain..::..EventLink *
second:ListChain..::..EventLink : bool
JScript does not support overloaded operators.
Parameters
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.