Method Equals
Equals(PhysicsWorldIndex)
Tests if this PhysicsWorldIndex is considered equal to another.
Declaration
public bool Equals(PhysicsWorldIndex other)
Parameters
| Type | Name | Description |
|---|---|---|
| PhysicsWorldIndex | other | The physics world index to compare to this object. |
Returns
| Type | Description |
|---|---|
| bool | True if the objects are considered equal, false if they are not. |