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