# File lib/net/ldap/filter.rb, line 140
    def ne(attribute, value)
      new(:ne, attribute, value)
    end