NodeBase.Equals Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9448)
Equals(NodeBase)
Indicates whether the current NodeBase is equal to another object of the same type.
Declaration
public bool Equals(NodeBase other)
Parameters
| Type | Name | Description |
|---|---|---|
| NodeBase | other |
Returns
| Type | Description |
|---|---|
| Boolean | true if the current NodeBase is equal to the |
Equals(Object)
Determines whether the specified obj is equal to this object.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | obj | The Object to compare with this object. |
Returns
| Type | Description |
|---|---|
| Boolean |
|