isGreaterOrEquals

fun isGreaterOrEquals(vv: VersionVector): Boolean

Checks that this version vector is greater than or equal a given version vector.

Return

true if this version vector is greater than or equal the other one, false otherwise.

Parameters

vv

the given version vector used for comparison.