Equality Operator
Compares two instances of BindingNotification for equality.
Definition
Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static bool operator ==(
BindingNotification? a,
BindingNotification? b
)
Public Shared Operator = (
a As BindingNotification,
b As BindingNotification
) As Boolean
static let inline (=)
a : BindingNotification *
b : BindingNotification : bool
Parameters
- BindingNotification
- The first instance.
- BindingNotification
- The second instance.
Return Value
Boolean
true if the two instances are equal; otherwise false.