ListEventChain.EventLink.Inequality 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 inequality.
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
- first
Type: Microsoft.VisualStudio.TraceLog.ListEventChain.EventLink
The first EventLink to compare.
- second
Type: Microsoft.VisualStudio.TraceLog.ListEventChain.EventLink
The second 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