Skip to main content

Equality Operator

Compares two instances of BindingNotification for equality.

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 equal; otherwise false.

See Also

Reference

BindingNotification Class
Avalonia.Data Namespace