__eq__

Quadrangle.eq

__eq__(self, Quadrangle other) -> bool

Returns a value indicating whether this instance is equal to a specified Quadrangle value.

ParameterTypeDescription
otherQuadrangle

Return Type: bool — true if obj has the same value as this instance otherwise, false.