operator <= method

bool operator <=(
  1. PluginVersion other
)

Implementation

bool operator <=(PluginVersion other) => other == this || this < other;