MSHelpKeywordCompareTo Method
Compares this instance to another instance and returns an indication of their relative values
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.12.21.0
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
- other MSHelpKeyword
- A MSHelpKeyword object to compare
Int32Returns -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.
IComparableTCompareTo(T) Entries are sorted by name and then value