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