# File lib/ruby-vpi/core/handle.rb, line 273
    def <=> other
      get_value(VpiFullName) <=> other.get_value(VpiFullName)
    end