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