equals
Checks if the object is equal to the current IssueCredential object.
Two IssueCredential objects are considered equal if they meet the following conditions:
They are the same instance (reference equality).
They belong to the same class.
Their
idfields have the same value.Their
bodyfields have the same value.Their
attachmentsarrays have the same content.Their
thidfields have the same value.Their
fromfields have the same value.Their
tofields have the same value.Their
typefields have the same value.
Return
true if the objects are equal, false otherwise.
Parameters
other
The object to compare against the current IssueCredential object.