AmqpMessageId Struct

Definition

public readonly struct AmqpMessageId : IEquatable<Azure.Core.Amqp.AmqpMessageId>
type AmqpMessageId = struct
Public Structure AmqpMessageId
Implements IEquatable(Of AmqpMessageId)
Inheritance
AmqpMessageId
Implements

Constructors

AmqpMessageId(String)

Initializes a new AmqpMessageId using the provided String.

Methods

Equals(AmqpMessageId)

Determines whether the provided AmqpMessageId is equal to the current AmqpMessageId.

Equals(String)

Determines whether the provided String is equal to the current instance.

ToString()

Converts the value of this AmqpMessageId instance to a String.

Operators

Equality(AmqpMessageId, AmqpMessageId)

Compares two AmqpMessageId values for equality.

Inequality(AmqpMessageId, AmqpMessageId)

Compares two AmqpMessageId values for inequality.

Applies to