==

in lib/logstash-docket/aliased_plugin.rb [64:72]


    def ==(other)
      return false unless super

      return false unless other.kind_of?(AliasPlugin)
      return false unless self.name == other.name

      return true
    end