FilePath.Inequality Operator

HTML to MAML Converter

FilePathInequality Operator
Overload for not equal operator.

Namespace: SandcastleBuilder.Utils
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public static bool operator !=(
	FilePath firstPath,
	FilePath secondPath
)
Public Shared Operator <> ( 
	firstPath As FilePath,
	secondPath As FilePath
) As Boolean
public:
static bool operator !=(
	FilePath^ firstPath, 
	FilePath^ secondPath
)
static let inline (<>)
        firstPath : FilePath * 
        secondPath : FilePath  : bool

Parameters

firstPath
Type: SandcastleBuilder.UtilsFilePath
The first object to compare
secondPath
Type: SandcastleBuilder.UtilsFilePath
The second object to compare

Return Value

Type: Boolean
True if not equal, false if they are.
See Also