MonikerKey.CompareTo(MonikerKey) 方法

定义

比较两个 MonikerKeys

public:
 virtual int CompareTo(Microsoft::VisualStudio::Modeling::MonikerKey ^ other);
public int CompareTo (Microsoft.VisualStudio.Modeling.MonikerKey other);
abstract member CompareTo : Microsoft.VisualStudio.Modeling.MonikerKey -> int
override this.CompareTo : Microsoft.VisualStudio.Modeling.MonikerKey -> int
Public Function CompareTo (other As MonikerKey) As Integer

参数

other
MonikerKey

要与 MonikerKey 进行比较

返回

Int32

一个32位有符号整数,它指示比较数的相对顺序。

实现

适用于