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