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