Toc EntryLess Than Operator
Overload for less than operator
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
True if t1 is less than t2, false if not.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public static bool operator <(
TocEntry t1,
TocEntry t2
)VB
Public Shared Operator < (
t1 As TocEntry,
t2 As TocEntry
) As BooleanC++
public:
static bool operator <(
TocEntry^ t1,
TocEntry^ t2
)F#
static let inline (<)
t1 : TocEntry *
t2 : TocEntry : boolParameters
Return Value
BooleanTrue if t1 is less than t2, false if not.