NodeAttributes.Equals Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9083)
Equals(NodeAttributes)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(NodeAttributes other)
Parameters
Type | Name | Description |
---|---|---|
NodeAttributes | other | A NodeAttributes to compare with this object. |
Returns
Type | Description |
---|---|
Boolean | true if the current object is equal to the |
Implements
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 | A Object to compare with this object. |
Returns
Type | Description |
---|---|
Boolean |
|