File PathEquality Operator
Overload for equal operator.
Definition
Namespace: Sandcastle.Core
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
True if equal, false if not.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public static bool operator ==(
FilePath firstPath,
FilePath secondPath
)VB
Public Shared Operator = (
firstPath As FilePath,
secondPath As FilePath
) As BooleanC++
public:
static bool operator ==(
FilePath^ firstPath,
FilePath^ secondPath
)F#
static let inline (=)
firstPath : FilePath *
secondPath : FilePath : boolParameters
Return Value
BooleanTrue if equal, false if not.