StoreObjectIdentifier.CompareTo(StoreObjectIdentifier) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將目前的執行個體與相同類型的另一個物件相比較,並傳回整數,這個整數表示目前的執行個體在排序次序中,位於另一個物件之前、之後或相同位置。
public int CompareTo (Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier other);
abstract member CompareTo : Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier -> int
override this.CompareTo : Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier -> int
Public Function CompareTo (other As StoreObjectIdentifier) As Integer
參數
- other
- StoreObjectIdentifier