NodeAttributes.Equality Operator
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9083)
Equality(NodeAttributes, NodeAttributes)
Determines whether two specified NodeAttributes have the same value.
Declaration
public static bool operator ==(NodeAttributes left, NodeAttributes right)
Parameters
Type | Name | Description |
---|---|---|
NodeAttributes | left | The first NodeAttributes to compare, or null. |
NodeAttributes | right | The second NodeAttributesto compare, or null. |
Returns
Type | Description |
---|---|
Boolean | true if the value of left is the same as the value of right, otherwise false. |