bool Equals(UpdateLatestHead other) { return(LastAckUserCmdSeq == other.LastAckUserCmdSeq && LastUserCmdSeq == other.LastUserCmdSeq && ComponentCount == other.ComponentCount && BodyLength == other.BodyLength && LastSnapshotId == other.LastSnapshotId && SerializeCount == other.SerializeCount); }
bool Equals(UpdateLatestHead other) { return(BaseUserCmdSeq == other.BaseUserCmdSeq && UserCmdSeq == other.UserCmdSeq && ComponentCount == other.ComponentCount && BodyLength == other.BodyLength && LastSnapshotId == other.LastSnapshotId); }