Inequality Operator

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Determines if two RoutedEventHandlerInfo objects are not equal.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

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

Parameters

Return Value

Type: System. . :: . .Boolean
true if the RoutedEventHandlerInfo objects are not equal, or false if not.

.NET Framework Security

See Also

Reference

RoutedEventHandlerInfo Class

Microsoft.SPOT Namespace