NodePath.Equals Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9083)
Equals(NodePath)
Declaration
public bool Equals(NodePath other)
Parameters
Type | Name | Description |
---|---|---|
NodePath | other |
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 NodePath is equal to the current NodePath; otherwise, false. |