Operator operator !=
operator !=(InplaceArray<T>, InplaceArray<T>)
Check that the arrays are not equivalent.
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 not equivalent |