Beispiel #1
0
    public override int GetHashCode()
    {
        int hash = 1;

        if (MsgType != 0)
        {
            hash ^= MsgType.GetHashCode();
        }
        if (SocketId != 0)
        {
            hash ^= SocketId.GetHashCode();
        }
        hash ^= robotData_.GetHashCode();
        if (_unknownFields != null)
        {
            hash ^= _unknownFields.GetHashCode();
        }
        return(hash);
    }