FilePathEquality Operator
Overload for equal operator.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
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
- firstPath FilePath
- The first object to compare
- secondPath FilePath
- The second object to compare
BooleanTrue if equal, false if not.