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)); }
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); }