FileUtilityIsEqualFileName(String, String) Method |
Determines whether two file names refer to the same normalized path.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool IsEqualFileName(
string fileName1,
string fileName2
)
Parameters
- fileName1 String
- The first file name.
- fileName2 String
- The second file name.
Return Value
Booleantrue if both file names are equal after normalization; otherwise,
false.
See Also