Operator operator !=
operator !=(RenderMeshArray, RenderMeshArray)
The not equality operator != returns false if its operands are equal, true otherwise.
Declaration
public static bool operator !=(RenderMeshArray left, RenderMeshArray right)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderMeshArray | left | The left instance to compare. |
| RenderMeshArray | right | The right instance to compare. |
Returns
| Type | Description |
|---|---|
| bool | False if left and right instances are equal and true otherwise. |