fun equals(other: Any?): Boolean
Overrides IntProgression.equals
Indicates whether some other object is "equal to" this one. Implementations must fulfil the following requirements:
Note that the ==
operator in Kotlin code is translated into a call to equals when objects on both sides of the operator are not null.
© 2010–2018 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.ranges/-int-range/equals.html