Share via


ListChain.EventLink.Inequality Operator

ListChain.EventLink is for internal use only.

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

Syntax

‘선언
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

See Also

Reference

ListChain.EventLink Structure

Microsoft.VisualStudio.IntelliTrace Namespace