AmqpAddress Struct

Definition

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