Enumtype A { a = 10, a1 = 35, ....} Enumtype B { b = 5, b1 = 20,..... }
How can I get the int values of any two of the two enum class elements? to compare with these va