Click or drag to resize

StringAddress Methods

The StringAddress type exposes the following members.

Methods
 NameDescription
Public methodEquals(IAddress) Determines whether the address equals the current address.
Public methodEquals(Object) Determines whether the specified address equals the current address.
(Overrides ObjectEquals(Object))
Public methodEquals(StringAddress) Determines whether the address equals the current address.
Public methodGetDataType Returns the type defined by this address.
Public methodGetHashCode Computes a hash code for this address.
(Overrides ObjectGetHashCode)
Public methodToString Returns a string representation of the current address.
(Overrides ObjectToString)
Top
See Also