allows method

bool allows (Version other)
override

Tests if other matches this version exactly.

Implementation

bool allows(Version other) => this == other;