FilePathEquals Method

This is overridden to allow proper comparison of file path objects.

Definition

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 2022.3.11.0
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The object to which this instance is compared

Return Value

Boolean
Returns true if the object equals this instance, false if it does not

See Also