Edit

Share via


GrainType.CompareTo(GrainType) 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.Runtime.GrainType other);
abstract member CompareTo : Orleans.Runtime.GrainType -> int
override this.CompareTo : Orleans.Runtime.GrainType -> int
Public Function CompareTo (other As GrainType) As Integer

Parameters

other
GrainType

Returns

Implements

Applies to