Share via


AmqpAddress.Equals Method

Definition

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