Table of Contents

MSHelpKeyword.CompareTo Method

Definition

Namespace
Sandcastle.Core.ConceptualContent
Assembly
Sandcastle.Core.dll

Compares this instance to another instance and returns an indication of their relative values

public int CompareTo(MSHelpKeyword other)

Parameters

other MSHelpKeyword

A MSHelpKeyword object to compare

Returns

int

Returns -1 if this instance is less than the value, 0 if they are equal, or 1 if this instance is greater than the value or the value is null.

Remarks

Entries are sorted by name and then value