Method Equals
Equals(object)
Indicates whether the current ActionBuffers is equal to another ActionBuffers.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | An ActionBuffers to compare with this ActionBuffers. |
Returns
| Type | Description |
|---|---|
| bool | true if the current ActionBuffers is equal to the other parameter; otherwise, false. |