TocEntryInequality Operator

Overload for not equal operator

Definition

Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.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 not equal, false if they are equal.

See Also