Click or drag to resize
Sandcastle Help File BuilderTocEntryLessThan Operator
Overload for less than operator

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public static bool operator <(
	TocEntry t1,
	TocEntry t2
)

Parameters

t1
Type: SandcastleBuilder.Utils.ConceptualContentTocEntry
The first TOC entry object
t2
Type: SandcastleBuilder.Utils.ConceptualContentTocEntry
The second TOC entry object

Return Value

Type: Boolean
True if t1 is less than t2, false if not.
See Also