Method Equals
Equals(RenderMeshArray)
Determines whether two object instances are equal based on their hashes.
Declaration
public bool Equals(RenderMeshArray other)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderMeshArray | other | The object to compare with the current object. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the specified object is equal to the current object. Otherwise, returns false. |
Equals(object)
Determines whether two object instances are equal based on their hashes.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The object to compare with the current object. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the specified object is equal to the current object. Otherwise, returns false. |