isRectangle method

bool isRectangle()

Implementation

bool isRectangle() {
  return false;
}