TocEntryLessThan Operator

Overload for less than operator

Definition

Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public static bool operator <(
	TocEntry t1,
	TocEntry t2
)

Parameters

t1  TocEntry
The first TOC entry object
t2  TocEntry
The second TOC entry object

Return Value

Boolean
True if t1 is less than t2, false if not.

See Also