# File lib/chef/version_class.rb, line 50
    def eql?(other)
      other.is_a?(Version) && self == other
    end