Click or drag to resize
Sandcastle Help File BuilderFilePathInequality Operator
Overload for not equal operator.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public static bool operator !=(
	FilePath firstPath,
	FilePath secondPath
)

Parameters

firstPath
Type: SandcastleBuilder.UtilsFilePath
The first object to compare
secondPath
Type: SandcastleBuilder.UtilsFilePath
The second object to compare

Return Value

Type: Boolean
True if not equal, false if they are.
See Also