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