Edit

Share via


QueueId.CompareTo(QueueId) Method

Definition

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.

public int CompareTo (Orleans.Streams.QueueId other);
abstract member CompareTo : Orleans.Streams.QueueId -> int
override this.CompareTo : Orleans.Streams.QueueId -> int
Public Function CompareTo (other As QueueId) As Integer

Parameters

other
QueueId

Returns

Implements

Applies to