Table of Contents

TocEntry.operator < Operator

Definition

Namespace
Sandcastle.Core.ConceptualContent
Assembly
Sandcastle.Core.dll

Overload for less than operator

public static bool operator <(TocEntry t1, TocEntry t2)

Parameters

t1 TocEntry

The first TOC entry object

t2 TocEntry

The second TOC entry object

Returns

bool

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