Summary
Compares a value to an instance of
BindingNotification
for equality.
- Namespace
- Avalonia
.Data - Containing Type
- BindingNotification
Syntax
public bool Equals(BindingNotification other)
Parameters
Name | Type | Description |
---|---|---|
other | BindingNotification | The value to compare. |
Return Value
Type | Description |
---|---|
bool | true if the two instances are equal; otherwise false. |