MSHelpAttr.CompareTo Method

HTML to MAML Converter

MSHelpAttrCompareTo 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(
	MSHelpAttr other
)
Public Function CompareTo ( 
	other As MSHelpAttr
) As Integer
public:
virtual int CompareTo(
	MSHelpAttr^ other
) sealed
abstract CompareTo : 
        other : MSHelpAttr -> int 
override CompareTo : 
        other : MSHelpAttr -> int 

Parameters

other
Type: SandcastleBuilder.UtilsMSHelpAttr
A MSHelpAttr 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