MSHelpKeywordCompareTo Method

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

Definition

Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public int CompareTo(
	MSHelpKeyword other
)

Parameters

other  MSHelpKeyword
A MSHelpKeyword object to compare

Return Value

Int32
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.

Implements

IComparableTCompareTo(T)

Remarks

Entries are sorted by name and then value

See Also