FileNode.Equals Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9313)
Equals(NodeBase)
Indicates whether the current NodeBase is equal to another object of the same type. Inherited from NodeBase.
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.
Inherited from NodeBase.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description | 
|---|---|---|
| Object | obj | The Object to compare with this object.  | 
    
Returns
| Type | Description | 
|---|---|
| Boolean | 
  |