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