FilePathInequality Operator

Overload for not equal operator.

Definition

Namespace: Sandcastle.Core
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public static bool operator !=(
	FilePath firstPath,
	FilePath secondPath
)

Parameters

firstPath  FilePath
The first object to compare
secondPath  FilePath
The second object to compare

Return Value

Boolean
True if not equal, false if they are.

See Also