equals

open operator override fun equals(other: Any?): Boolean


fun equals(other: Version, ignoreIdx: Int): Boolean

Checks if this version is equal to other.

Parameters

ignoreIdx

Specifies the first index of the main version number that should not be compared. (ex: with ignoreIdx = 2, 1.0.1 equals 1.0.2)