Operator operator ==
operator ==(RenderMeshArray, RenderMeshArray)
The equality operator == returns true if its operands are equal, false 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 | True if left and right instances are equal and false otherwise. |