BindingNotificationEquals(BindingNotification) Method
Namespace: Avalonia.DataAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool Equals(
BindingNotification? other
)
Public Function Equals (
other As BindingNotification
) As Boolean
member Equals :
other : BindingNotification -> bool
- other BindingNotification
- The value to compare.
Booleantrue if the two instances are equal; otherwise false.