MSHelpKeyword.CompareTo Method

HTML to MAML Converter

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

Namespace: SandcastleBuilder.Utils
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public int CompareTo(
	MSHelpKeyword other
)
Public Function CompareTo ( 
	other As MSHelpKeyword
) As Integer
public:
virtual int CompareTo(
	MSHelpKeyword^ other
) sealed
abstract CompareTo : 
        other : MSHelpKeyword -> int 
override CompareTo : 
        other : MSHelpKeyword -> int 

Parameters

other
Type: SandcastleBuilder.UtilsMSHelpKeyword
A MSHelpKeyword object to compare

Return Value

Type: 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