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