equals method

equals

Determines whether the specified QRCode is equal to the current object.

Returns

Result of comparison.

def equals(self, other):
    ...
Parameter Type Description
other QrCodeType Object for comparison.

See Also