FilePathInequality Operator

Overload for not equal operator.

Definition

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 2022.3.11.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