FilePathEquality Operator

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

See Also