equals method

equals

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

Returns

Result of comparison.

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

See Also