NodeTimeInfo.Equality Operator
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9083)
Equality(NodeTimeInfo, NodeTimeInfo)
Determines whether two specified NodeTimeInfo have the same value.
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 NodeTimeInfoto compare, or null. |
Returns
Type | Description |
---|---|
Boolean | true if the value of left is the same as the value of right, otherwise false. |