# File lib/uuidtools.rb, line 448
  def eql?(other)
    return (self <=> other) == 0
  end