DispatcherPriorityEquals(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) Version: 11.3.999
public bool Equals(
	DispatcherPriority other
)

Parameters

other  DispatcherPriority
An object to compare with this object.

Return Value

Boolean
if the current object is equal to the other parameter; otherwise, .

Implements

IEquatableTEquals(T)

See Also