Method Equals
Equals(IPath?)
Determines whether this file/directory is equal to another file/directory.
Declaration
bool Equals(IPath? other)
Parameters
Type | Name | Description |
---|---|---|
IPath | other |
Returns
Type | Description |
---|---|
bool |
Remarks
The paths being compared must be the same type, have matching path formats and the same character casing (aside from the drive letter or UNC name, if applicable) in order to be considered equal.