in connector/src/main/scala/com/microsoft/kusto/spark/utils/KustoClientCache.scala [150:154]
override def equals(that: Any): Boolean = that match {
case aa: ClusterAndAuth =>
engineUrl == aa.engineUrl && authentication == aa.authentication && ingestUri == aa.ingestUri
case _ => false
}