Skip to main content

Inequality Operator

Compares two instances of BindingNotification for inequality.

Definition

Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static bool operator !=(
BindingNotification? a,
BindingNotification? b
)

Parameters

  BindingNotification
The first instance.
  BindingNotification
The second instance.

Return Value

Boolean
true if the two instances are unequal; otherwise false.

See Also

Reference

BindingNotification Class
Avalonia.Data Namespace