==

in lib/logstash-docket/plugin.rb [95:104]


    def ==(other)
      return false unless other.kind_of?(Plugin)

      return false unless self.type == other.type
      return false unless self.name == other.name
      return false unless self.version == other.version

      true
    end