public static bool operator <(Q Q1, Q Q2) { if (Q1.Area() > Q2.Area()) { return(false); } else { return(true); } }