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