# File lib/aws/simple_workflow/count.rb, line 39 def == other other.is_a?(Count) and other.count == self.count and other.truncated? == self.truncated? end