Table of Contents

FilePath.operator != Operator

Definition

Namespace
Sandcastle.Core
Assembly
Sandcastle.Core.dll

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