TocEntryLessThan Operator
Overload for less than operator
Namespace: Sandcastle.Core.ConceptualContentAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public static bool operator <(
TocEntry t1,
TocEntry t2
)
Public Shared Operator < (
t1 As TocEntry,
t2 As TocEntry
) As Boolean
public:
static bool operator <(
TocEntry^ t1,
TocEntry^ t2
)
static let inline (<)
t1 : TocEntry *
t2 : TocEntry : bool
- t1 TocEntry
- The first TOC entry object
- t2 TocEntry
- The second TOC entry object
BooleanTrue if t1 is less than t2, false if not.