isSmallerOrEquals

fun isSmallerOrEquals(vv: VersionVector): Boolean

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

Return

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

Parameters

vv

the given version vector used for comparison.