AmqpAddress Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the AMQP address. http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-address-string.
public readonly struct AmqpAddress : IEquatable<Azure.Core.Amqp.AmqpAddress>
type AmqpAddress = struct
Public Structure AmqpAddress
Implements IEquatable(Of AmqpAddress)
- Inheritance
-
AmqpAddress
- Implements
Constructors
AmqpAddress(String) |
Initializes a new AmqpAddress using the provided String. |
Methods
Equals(AmqpAddress) |
Determines whether the provided AmqpAddress is equal to the current AmqpAddress. |
Equals(String) |
Determines whether the provided String is equal to the current instance. |
ToString() |
Converts the value of this AmqpAddress instance to a String. |
Operators
Equality(AmqpAddress, AmqpAddress) |
Compares two AmqpAddress values for equality. |
Inequality(AmqpAddress, AmqpAddress) |
Compares two AmqpAddress values for inequality. |
Applies to
Azure SDK for .NET