equals

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

Checks if this JvmMetadataVersion object is equal to other JvmMetadataVersion object.

Instances of JvmMetadataVersion are equal if they have the same major, minor, and patch components.