NodePath.Inequality Operator
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9448)
Inequality(NodePath, NodePath)
Determines whether two specified NodePath have different values.
Declaration
public static bool operator !=(NodePath left, NodePath right)
Parameters
| Type | Name | Description |
|---|---|---|
| NodePath | left | The first path to compare, or null. |
| NodePath | right | The second path to compare, or null. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the value of left is different from the value of right, otherwise false. |