Comparing two instances of the following struct, I receive an error:
struct MyStruct1 { MyStruct1(const MyStruct2 &_my_struct_2, const int _an_int =
Comparison doesn't work on structs in C or C++. Compare by fields instead.