TocEntryLessThan Operator

Overload for less than operator

Definition

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.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