VersionInfo

class VersionInfo(val version: String) : Comparable<VersionInfo>

A custom implementation for comparing program versions

Author

stumper66

Since

2.6.0

Constructors

Link copied to clipboard
constructor(version: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun compareTo(other: VersionInfo): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int