override fun equals()

in src/main/kotlin/consumer/ScipImplicitReferenceProvider.kt [46:48]


  override fun equals(other: Any?): Boolean {
    return other is ScipSymbol && other.symbolString == symbolString
  }