Method op_Inequality
op_Inequality(IPath?, IPath?)
Determines whether two paths are not equal.
Declaration
public static bool op_Inequality(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.