Method Equals
Equals(RenderMesh)
Two RenderMesh objects are equal if their respective property values are equal.
Declaration
public bool Equals(RenderMesh other)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderMesh | other | Another RenderMesh. |
Returns
| Type | Description |
|---|---|
| bool | True, if the properties of both RenderMeshes are equal. |