import { daffCompareAddresses } from '@daffodil/geography'
Compares two addresses and returns true if all of their fields are equal.
function daffCompareAddresses(
address0: DaffAddress
address1: DaffAddress
): boolean
| Parameter | address0: DaffAddress |
|---|---|
| Description | An address. |
| Parameter | address1: DaffAddress |
|---|---|
| Description | An address. |