Share via


EventIdentifier.Inequality Operator

Determines whether the specified EventIdentifier instances are considered not equal.

Namespace:  Microsoft.Windows.Design.Metadata
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Public Shared Operator <> ( _
    first As EventIdentifier, _
    second As EventIdentifier _
) As Boolean
public static bool operator !=(
    EventIdentifier first,
    EventIdentifier second
)
public:
static bool operator !=(
    EventIdentifier first, 
    EventIdentifier second
)
static let inline (<>)
        first:EventIdentifier * 
        second:EventIdentifier  : bool
JScript does not support overloaded operators.

Parameters

Return Value

Type: System.Boolean
true if first is not equal to second; otherwise, false.

.NET Framework Security

See Also

Reference

EventIdentifier Structure

Microsoft.Windows.Design.Metadata Namespace