StoreObjectIdentifier.CompareTo(StoreObjectIdentifier) 方法

定义

将当前实例与同一类型的另一个对象进行比较,并返回一个整数,该整数指示当前实例在排序顺序中的位置是位于另一个对象之前、之后还是与其位置相同。

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

参数

返回

实现

适用于