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