public override int GetHashCode()
        {
            int hash = 1;

            if (Arg1 != 0)
            {
                hash ^= Arg1.GetHashCode();
            }
            if (Arg2 != 0F)
            {
                hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(Arg2);
            }
            if (Arg3.Length != 0)
            {
                hash ^= Arg3.GetHashCode();
            }
            if (Arg4 != false)
            {
                hash ^= Arg4.GetHashCode();
            }
            hash ^= arg5_.GetHashCode();
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
Exemple #2
0
 public override int GetHashCode()
 {
     return(Arg1 != null ? Arg1.GetHashCode() : 0);
 }