Share via


Moniker.CompareTo(Moniker) Method

Definition

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.

Implements

Applies to