Unit.Inequality Operator

Namespace:  Microsoft.Phone.Reactive
Assembly:  Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)

Syntax

'Declaration
Public Shared Operator <> ( _
    unit1 As Unit, _
    unit2 As Unit _
) As Boolean
public static bool operator !=(
    Unit unit1,
    Unit unit2
)
public:
static bool operator !=(
    Unit unit1, 
    Unit unit2
)
static let inline(<>)
        unit1:Unit * 
        unit2:Unit  : bool

Parameters

Return Value

Type: System.Boolean

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Unit Structure

Microsoft.Phone.Reactive Namespace