Equals(BindingNotification) Method
Compares a value to an instance of BindingNotification for equality.
Definition
Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool Equals(
BindingNotification? other
)
Public Function Equals (
other As BindingNotification
) As Boolean
member Equals :
other : BindingNotification -> bool
Parameters
- BindingNotification
- The value to compare.
Return Value
Boolean
true if the two instances are equal; otherwise false.
See Also
Reference
BindingNotification Class
Equals Overload
Avalonia.Data Namespace