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