AddressEquals Method
Indicates whether the current object is equal to another object of the same type.
Namespace: Common.Core.ModelsAssembly: Common.Core (in Common.Core.dll) Version: 2.1.5
public bool Equals(
Object? obj
)
- obj Object
- An Address object to compare with this object.
Boolean if the current object is equal to the
other parameter; otherwise,
.
IEquatableTEquals(T)