File PathInequality Operator
Overload for not equal operator.
Definition
Namespace: Sandcastle.Core
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
True if not equal, false if they are.
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 not equal, false if they are.