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 items being compared must be the same type and have matching path formats and character casing (aside from the drive letter or UNC name, if applicable) in order to be considered equal.