Aspose::BarCode::ComplexBarcode::Address::Equals method

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

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
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