Click or drag to resize

DirectoryNameEquals(DirectoryName) Method

Determines whether this instance and another directory name are equal.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Equals(
	DirectoryName? other
)

Parameters

other  DirectoryName
The other directory name to compare with this instance.

Return Value

Boolean
if the directory names are equal; otherwise, .
See Also