DirectoryNameEquals(DirectoryName) Method |
Determines whether this instance and another directory name are equal.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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