in src/Apache.IoTDB/Rpc/Generated/TSFetchResultsReq.cs [280:290]
public override bool Equals(object that)
{
if (!(that is TSFetchResultsReq other)) return false;
if (ReferenceEquals(this, other)) return true;
return System.Object.Equals(SessionId, other.SessionId)
&& System.Object.Equals(Statement, other.Statement)
&& System.Object.Equals(FetchSize, other.FetchSize)
&& System.Object.Equals(QueryId, other.QueryId)
&& System.Object.Equals(IsAlign, other.IsAlign)
&& ((__isset.timeout == other.__isset.timeout) && ((!__isset.timeout) || (System.Object.Equals(Timeout, other.Timeout))));
}