MonikerKey.CompareTo(MonikerKey) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares two 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
Parameters
- other
- MonikerKey
MonikerKey being compared to
Returns
A 32-bit signed integer that indicates the relative order of the comparands.