FilePathInequality Operator

Overload for not equal operator.

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.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