Share via


MonikerKey.CompareTo(MonikerKey) Method

Definition

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.

Implements

Applies to