Equals
Contents
[
Hide
]
Address.Equals method (1 of 2)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | Object | The object to compare with the current object. |
Return Value
true
if the specified object is equal to the current object; otherwise, false
.
See Also
- class Address
- namespace Aspose.BarCode.ComplexBarcode
- assembly Aspose.BarCode
Address.Equals method (2 of 2)
Determines whether the specified address is equal to the current address.
public bool Equals(Address other)
Parameter | Type | Description |
---|---|---|
other | Address | The address to compare with the current address. |
Return Value
true
if the specified object is equal to the current object; otherwise, false
.
See Also
- class Address
- namespace Aspose.BarCode.ComplexBarcode
- assembly Aspose.BarCode