Ejemplo n.º 1
0
 private bool Equals(ArrayReaderTest other)
 {
     return(Byte == other.Byte && Short == other.Short &&
            ArrayReaderTestId == other.ArrayReaderTestId && Long == other.Long &&
            Float.Equals(other.Float) && Double.Equals(other.Double) &&
            Decimal == other.Decimal && Bool == other.Bool && String == other.String &&
            Guid.Equals(other.Guid) && DateTime.Equals(other.DateTime));
 }
Ejemplo n.º 2
0
 private bool Equals(ArrayReaderTest other)
 {
     return Byte == other.Byte && Short == other.Short &&
            ArrayReaderTestId == other.ArrayReaderTestId && Long == other.Long && 
            Float.Equals(other.Float) && Double.Equals(other.Double) && 
            Decimal == other.Decimal && Bool == other.Bool && String == other.String && 
            Guid.Equals(other.Guid) && DateTime.Equals(other.DateTime);
 }