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