Share via


ListChain.EventLink.Inequality Operator

ListChain.EventLink is for internal use only.

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

Syntax

'Declaration
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