FilePathEquality Operator

Overload for 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 equal, false if not.

See Also