isGreaterThan

abstract fun isGreaterThan(version: DHISVersion): Boolean

Check if the current version is strictly greater than the parameter.

Return

True if current version is strictly greater than the parameter.

Parameters

version

Version to compare to