Method Equals
Equals(MinMaxAABB)
Determine whether this MinMaxAABB is the same as another MinMaxAABB
Declaration
public bool Equals(MinMaxAABB other)
Parameters
Type | Name | Description |
---|---|---|
MinMaxAABB | other | The MinMaxAABB to compare against. |
Returns
Type | Description |
---|---|
bool | True if the MinMaxAABB is the same as the other parameter. |