MSHelpKeywordCompareTo Method

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

Definition

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 2022.3.11.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