class Net::LDAP::Filter

def ne(attribute, value)

This filter does not perform any escaping

Filter::eq for more information.
is either not present or does not match a particular string; see
Creates a Filter object indicating that a particular attribute value
#
def ne(attribute, value)
  new(:ne, attribute, value)
end