Click or drag to resize
Sandcastle Help File BuilderTocEntryEquality Operator
Overload for equal 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 equal, false if not.
See Also