# File lib/aws/elb/listener.rb, line 173
      def eql? other
        other.is_a?(Listener) and
        other.load_balancer == load_balancer and
        other.port == port
      end