AmqpMessageId.Equals Method
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.
Overloads
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. |
Equals(AmqpMessageId)
- Source:
- AmqpMessageId.cs
Determines whether the provided AmqpMessageId is equal to the current AmqpMessageId.
public bool Equals (Azure.Core.Amqp.AmqpMessageId other);
override this.Equals : Azure.Core.Amqp.AmqpMessageId -> bool
Public Function Equals (other As AmqpMessageId) As Boolean
Parameters
- other
- AmqpMessageId
The AmqpMessageId to compare with the current AmqpMessageId.
Returns
true
if the specified AmqpMessageId is equal to the current
AmqpMessageId; otherwise, false
.
Implements
Applies to
Equals(String)
- Source:
- AmqpMessageId.cs
Determines whether the provided String is equal to the current instance.
public bool Equals (string other);
override this.Equals : string -> bool
Public Function Equals (other As String) As Boolean
Parameters
- other
- String
The String to compare with the current AmqpMessageId.
Returns
true
if the specified String is equal to the current
AmqpMessageId; otherwise, false
.
Applies to
Azure SDK for .NET