Address.Equals

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe object to compare with the current object.

Return Value

true if the specified object is equal to the current object; otherwise, false.

See Also


Equals(Address)

Determines whether the specified address is equal to the current address.

public bool Equals(Address other)
ParameterTypeDescription
otherAddressThe address to compare with the current address.

Return Value

true if the specified object is equal to the current object; otherwise, false.

See Also