AvaloniaPropertyEquals(AvaloniaProperty) Method
Indicates whether the current object is equal to another object of the same type.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool Equals(
AvaloniaProperty? other
)
Public Function Equals (
other As AvaloniaProperty
) As Boolean
abstract Equals :
other : AvaloniaProperty -> bool
override Equals :
other : AvaloniaProperty -> bool
- other AvaloniaProperty
- An object to compare with this object.
Boolean if the current object is equal to the
other parameter; otherwise,
.
IEquatableTEquals(T)