class AWS::SimpleWorkflow::Count

def == other

def == other
  other.is_a?(Count) and 
  other.count == self.count and 
  other.truncated? == self.truncated?
end