# File lib/snmp/varbind.rb, line 75
    def <=>(other)
        @value <=> other.to_i
    end