Skip to main content

CompareTo Method

Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

Definition

Namespace: Avalonia.Threading
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public int CompareTo(
DispatcherPriority other
)

Parameters

  DispatcherPriority
An object to compare with this instance.

Return Value

Int32
A value that indicates the relative order of the objects being compared. The return value has these meanings:

ValueMeaning
Less than zeroThis instance precedes other in the sort order.
ZeroThis instance occurs in the same position in the sort order as other.
Greater than zeroThis instance follows other in the sort order.

Implements

IComparable(T).CompareTo(T)

See Also

Reference

DispatcherPriority Structure
Avalonia.Threading Namespace