Method: MailSlurpClient::EmailFeatureCategoryName#==

Defined in:
lib/mailslurp_client/models/email_feature_category_name.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



126
127
128
129
130
131
# File 'lib/mailslurp_client/models/email_feature_category_name.rb', line 126

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      slug == o.slug &&
      name == o.name
end