Exemplo n.º 1
0
 protected bool Equals(SupportBean_N other)
 {
     return IntPrimitive == other.IntPrimitive &&
            IntBoxed == other.IntBoxed &&
            DoublePrimitive.Equals(other.DoublePrimitive) &&
            DoubleBoxed.Equals(other.DoubleBoxed) &&
            BoolPrimitive == other.BoolPrimitive &&
            BoolBoxed == other.BoolBoxed;
 }