CompareVersions¶ [Source] primitive val CompareVersions Constructors¶ create¶ [Source] new val create() : CompareVersions val^ Returns¶ CompareVersions val^ Public Functions¶ apply¶ [Source] fun box apply( v1: Version box, v2: Version box) : (Less val | Equal val | Greater val) Parameters¶ v1: Version box v2: Version box Returns¶ (Less val | Equal val | Greater val) eq¶ [Source] fun box eq( that: CompareVersions val) : Bool val Parameters¶ that: CompareVersions val Returns¶ Bool val ne¶ [Source] fun box ne( that: CompareVersions val) : Bool val Parameters¶ that: CompareVersions val Returns¶ Bool val