FileNode.Equals Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9147)
Equals(NodeBase)
Indicates whether the current Node
Declaration
public bool Equals(NodeBase other)
Parameters
Returns
Type | Description |
---|---|
Boolean | true if the current Node |
Equals(Object)
Determines whether the specified obj
is equal to this object.
Inherited from Node
Declaration
public override bool Equals(object obj)
Parameters
Returns
Type | Description |
---|---|
Boolean |
|