operator >= method

bool operator >=(
  1. KdbxVersion other
)

Implementation

bool operator >=(KdbxVersion other) => this == other || this > other;