Aspose::BarCode::ComplexBarcode::SwissQRBill::Equals method

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
ParameterTypeDescription
otherSystem::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

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
ParameterTypeDescription
objSystem::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