AmqpMessageId 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 message ID. http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-message-id-ulong.
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. |