# File lib/aws/cloud_formation/stack_output.rb, line 42
      def eql? other
        other.is_a?(StackOutput) and
        other.stack == stack and
        other.key == key and
        other.value == value and
        other.description == description
      end