TocEntry.CompareTo Method
Definition
- Namespace
- Sandcastle.Core.ConceptualContent
- Assembly
- Sandcastle.Core.dll
Compares this instance to another instance and returns an indication of their relative values
public int CompareTo(TocEntry other)
Parameters
otherTocEntryA TocEntry object to compare
Returns
- int
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.