Method op_Equality
op_Equality(IPath?, IPath?)
Determines whether two paths are equal.
Declaration
public static bool op_Equality(IPath? left, IPath? right)
Parameters
Type | Name | Description |
---|---|---|
IPath | left | |
IPath | right |
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.