Click or drag to resize

FileUtilityIsEqualFileName(String, String) Method

Determines whether two file names refer to the same normalized path.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool IsEqualFileName(
	string fileName1,
	string fileName2
)

Parameters

fileName1  String
The first file name.
fileName2  String
The second file name.

Return Value

Boolean
true if both file names are equal after normalization; otherwise, false.
See Also