Moniker.CompareTo(Moniker) 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 Monikers based upon their Id
public:
virtual int CompareTo(Microsoft::VisualStudio::Modeling::Moniker ^ other);
public int CompareTo (Microsoft.VisualStudio.Modeling.Moniker other);
abstract member CompareTo : Microsoft.VisualStudio.Modeling.Moniker -> int
override this.CompareTo : Microsoft.VisualStudio.Modeling.Moniker -> int
Public Function CompareTo (other As Moniker) As Integer
Parameters
- other
- Moniker
Moniker being compared to
Returns
A 32-bit signed integer that indicates the relative order of the comparands.