in src/Apache.IoTDB/Rpc/Generated/TSInsertTabletsReq.cs [498:510]
public override bool Equals(object that)
{
if (!(that is TSInsertTabletsReq other)) return false;
if (ReferenceEquals(this, other)) return true;
return System.Object.Equals(SessionId, other.SessionId)
&& TCollections.Equals(PrefixPaths, other.PrefixPaths)
&& TCollections.Equals(MeasurementsList, other.MeasurementsList)
&& TCollections.Equals(ValuesList, other.ValuesList)
&& TCollections.Equals(TimestampsList, other.TimestampsList)
&& TCollections.Equals(TypesList, other.TypesList)
&& TCollections.Equals(SizeList, other.SizeList)
&& ((__isset.isAligned == other.__isset.isAligned) && ((!__isset.isAligned) || (System.Object.Equals(IsAligned, other.IsAligned))));
}