equal
Description:
Returns true if this and settings_b
are equal.
By default, equality requires both instances to have the same Type with the same set
of Object properties, and each property value in this
is equal to the corresponding value in settings_b
.
Parameters:
this |
a Settings |
settings_b |
another Settings |
Returns:
true if this and |