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