Aspose::BarCode::ComplexBarcode::SwissQRBill::Equals method
Contents
[
Hide
]SwissQRBill::Equals(System::SharedPtr<SwissQRBill>) method
Determines whether the specified bill is equal to the current bill.
bool Aspose::BarCode::ComplexBarcode::SwissQRBill::Equals(System::SharedPtr<SwissQRBill> other) override
Parameter | Type | Description |
---|---|---|
other | System::SharedPtr<SwissQRBill> | The bill to compare with the current bill. |
ReturnValue
true if the specified object is equal to the current object; otherwise, false.
See Also
- Class SwissQRBill
- Class SwissQRBill
- Namespace Aspose::BarCode::ComplexBarcode
- Library Aspose.BarCode for C++
SwissQRBill::Equals(System::SharedPtr<System::Object>) method
Determines whether the specified object is equal to the current object.
bool Aspose::BarCode::ComplexBarcode::SwissQRBill::Equals(System::SharedPtr<System::Object> obj) override
Parameter | Type | Description |
---|---|---|
obj | System::SharedPtr<System::Object> | The object to compare with the current object. |
ReturnValue
true if the specified object is equal to the current object; otherwise, false.
See Also
- Class SwissQRBill
- Namespace Aspose::BarCode::ComplexBarcode
- Library Aspose.BarCode for C++