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