BindingNotificationEquality Operator
Namespace: Avalonia.DataAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
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
- a BindingNotification
- The first instance.
- b BindingNotification
- The second instance.
Booleantrue if the two instances are equal; otherwise false.