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