equals
Checks if this RequestCredential object is equal to the specified other object.
Two RequestCredential objects are considered equal if they have the same values for the following properties:
id (the ID)
body (the body)
attachments (the attachments)
thid (the THID)
from (the sender)
to (the receiver)
type (the type)
Return
true if the specified other object is equal to this RequestCredential object, false otherwise.
Parameters
other
The object to compare with this RequestCredential object.