Поделиться через


Уведомление<T>. Оператор неравенства

Указывает, равны ли аргументы слева и справа.

Пространство имен:System.Reactive
Сборки: System.Reactive (в System.Reactive.dll)

Синтаксис

'Declaration
Public Shared Operator <> ( _
    left As Notification(Of T), _
    right As Notification(Of T) _
) As Boolean
'Usage
Dim left As Notification(Of T)
Dim right As Notification(Of T)
Dim returnValue As Boolean

returnValue = (left <> right)
public static bool operator !=(
    Notification<T> left,
    Notification<T> right
)
public:
static bool operator !=(
    Notification<T>^ left, 
    Notification<T>^ right
)
static let inline (<>)
        left:Notification<'T> * 
        right:Notification<'T>  : bool
JScript supports the use of overloaded operators, but not the declaration of new ones.

Параметры

Возвращаемое значение

Тип: System.Boolean
Значение true, если оба аргумента не равны; в противном случае — false.

См. также:

Ссылка

Класс Notification<T>

Пространство имен System.Reactive