89 90 91 92
# File 'lib/atk/version.rb', line 89 def ==(other_version) value = (self <=> other_version) return value && value == 0 end