__eq__
Quadrangle.eq
__eq__(self, Quadrangle other) -> bool
Returns a value indicating whether this instance is equal to a specified Quadrangle value.
| Parameter | Type | Description |
|---|---|---|
other | Quadrangle |
Return Type: bool — true if obj has the same value as this instance otherwise, false.