Table of Contents

FilePath.operator == Operator

Definition

Namespace
Sandcastle.Core
Assembly
Sandcastle.Core.dll

Overload for equal operator.

public static bool operator ==(FilePath firstPath, FilePath secondPath)

Parameters

firstPath FilePath

The first object to compare

secondPath FilePath

The second object to compare

Returns

bool

True if equal, false if not.