Operator operator ==
operator ==(InplaceArray<T>, InplaceArray<T>)
Check that the arrays have the same length and have all equal values.
Declaration
public static bool operator ==(InplaceArray<T> lhs, InplaceArray<T> rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| InplaceArray<T> | lhs | |
| InplaceArray<T> | rhs |
Returns
| Type | Description |
|---|---|
| bool | Whether the arrays are equivalent. |