in src/Apache.IoTDB/Rpc/Generated/TSOpenSessionResp.cs [246:254]
public override bool Equals(object that)
{
if (!(that is TSOpenSessionResp other)) return false;
if (ReferenceEquals(this, other)) return true;
return System.Object.Equals(Status, other.Status)
&& System.Object.Equals(ServerProtocolVersion, other.ServerProtocolVersion)
&& ((__isset.sessionId == other.__isset.sessionId) && ((!__isset.sessionId) || (System.Object.Equals(SessionId, other.SessionId))))
&& ((__isset.configuration == other.__isset.configuration) && ((!__isset.configuration) || (TCollections.Equals(Configuration, other.Configuration))));
}