Method Equals
Equals(object)
Check that the arrays are equivalent.
Declaration
public override bool Equals(object other)
Parameters
| Type | Name | Description |
|---|---|---|
| object | other |
Returns
| Type | Description |
|---|---|
| bool | Whether the arrays are not equivalent |
Overrides
Equals(InplaceArray<T>)
Check that the arrays are equivalent.
Declaration
public bool Equals(InplaceArray<T> other)
Parameters
| Type | Name | Description |
|---|---|---|
| InplaceArray<T> | other |
Returns
| Type | Description |
|---|---|
| bool | Whether the arrays are not equivalent |