SwissQRBill.Equals
Contents
[
Hide
]Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | Object | The object to compare with the current object. |
Return Value
true
if the specified object is equal to the current object; otherwise, false
.
See Also
- class SwissQRBill
- namespace Aspose.BarCode.ComplexBarcode
- assembly Aspose.BarCode
Equals(SwissQRBill)
Determines whether the specified bill is equal to the current bill.
public bool Equals(SwissQRBill other)
Parameter | Type | Description |
---|---|---|
other | SwissQRBill | The bill to compare with the current bill. |
Return Value
true
if the specified object is equal to the current object; otherwise, false
.
See Also
- class SwissQRBill
- namespace Aspose.BarCode.ComplexBarcode
- assembly Aspose.BarCode