Two structure variables of the same type with the same member values, when compared will:
"An example of such a comparison would be if(car1 == car 2) where car 1 and car2 are both objects of a structure named Car.
a) Sometimes compare equally.
b) Always compare equally.
c) Result in a compile error.
d) Never compare equally.