BindingNotificationEquals(BindingNotification) Method

Compares a value to an instance of BindingNotification for equality.

Definition

Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool Equals(
	BindingNotification? other
)

Parameters

other  BindingNotification
The value to compare.

Return Value

Boolean
true if the two instances are equal; otherwise false.

See Also