NodeBase.Equality Operator
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9147)
Equality(NodeBase, NodeBase)
Determines whether two specified Node
Declaration
public static bool operator ==(NodeBase left, NodeBase right)
Parameters
Type | Name | Description |
---|---|---|
Node |
left | The first node to compare, or null. |
Node |
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. |