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