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