NodeContentParameters.Inequality Operator
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9147)
Inequality(NodeContentParameters, NodeContentParameters)
Determines whether two specified Node
Declaration
public static bool operator !=(NodeContentParameters left, NodeContentParameters right)
Parameters
Type | Name | Description |
---|---|---|
Node |
left | The first Node |
Node |
right | The second Node |
Returns
Type | Description |
---|---|
Boolean | true if the value of left is different from the value of right; otherwise false. |