Equals(DispatcherPriority) Method
Indicates whether the current object is equal to another object of the same type.
Definition
Namespace: Avalonia.Threading
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool Equals(
DispatcherPriority other
)
Public Function Equals (
other As DispatcherPriority
) As Boolean
abstract Equals :
other : DispatcherPriority -> bool
override Equals :
other : DispatcherPriority -> bool
Parameters
- DispatcherPriority
- An object to compare with this object.
Return Value
Boolean
true if the current object is equal to the other parameter; otherwise, false.
Implements
IEquatable(T).Equals(T)See Also
Reference
DispatcherPriority Structure
Equals Overload
Avalonia.Threading Namespace