共用方式為


GrainType.CompareTo(GrainType) 方法

定義

將目前的執行個體與相同類型的另一個物件相比較,並傳回整數,這個整數表示目前的執行個體在排序次序中,位於另一個物件之前、之後或相同位置。

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

參數

other
GrainType

傳回

實作

適用於