Click or drag to resize
Sandcastle Help File BuilderMSHelpAttrCompareTo Method
Compares this instance to another instance and returns an indication of their relative values.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public int CompareTo(
	MSHelpAttr other
)

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