# File lib/licensee/license.rb, line 130
    def ==(other)
      !other.nil? && key == other.key
    end