public override int GetHashCode() { int hash = 1; if (IdProduto != 0) { hash ^= IdProduto.GetHashCode(); } if (Qtd != 0) { hash ^= Qtd.GetHashCode(); } if (Valor != 0D) { hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Valor); } if (Nome.Length != 0) { hash ^= Nome.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { return(IdProduto.GetHashCode()); }