NodePath.Equals Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9147)
Equals(NodePath)
Declaration
public bool Equals(NodePath other)
Parameters
Returns
Type | Description |
---|---|
Boolean | true if the current object is equal to the |
Implements
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
Object | obj | The object to compare with the current object. |
Returns
Type | Description |
---|---|
Boolean | true if the specified Node |