Method: OCI::DataSafe::Models::DownloadUserAssessmentReportDetails#==

Defined in:
lib/oci/data_safe/models/download_user_assessment_report_details.rb

#==(other) ⇒ Object

Checks equality by comparing each attribute.



69
70
71
72
73
74
# File 'lib/oci/data_safe/models/download_user_assessment_report_details.rb', line 69

def ==(other)
  return true if equal?(other)

  self.class == other.class &&
    format == other.format
end