class Net::LDAP::Filter
def ne(attribute, value)
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