equals
Compares this VerificationMethods object with the specified object for equality.
The comparison is based on the values property of the VerificationMethods object. If the specified object is null, or is not an instance of VerificationMethods, or the values arrays are not equal, then the method returns false. Otherwise, it returns true.
Return
true if this VerificationMethods object is equal to the specified object, false otherwise.
Parameters
other
The object to compare for equality.