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