OrdinalEvent.Inequality Operator

Determines whether two OrdinalEvents are considered not equal.

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

Syntax

‘선언
Public Shared Operator <> ( _
    first As OrdinalEvent, _
    second As OrdinalEvent _
) As Boolean
public static bool operator !=(
    OrdinalEvent first,
    OrdinalEvent second
)
public:
static bool operator !=(
    OrdinalEvent^ first, 
    OrdinalEvent^ second
)
static let inline (<>)
        first:OrdinalEvent * 
        second:OrdinalEvent  : bool
JScript does not support overloaded operators.

Parameters

Return Value

Type: System.Boolean
True if first is not equal to second

.NET Framework Security

See Also

Reference

OrdinalEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace