QueueProperties.Equals Method

Definition

Overloads

Equals(QueueProperties)

Determines whether the specified object is equal to the current object.

Equals(Object)

Determines whether the specified object is equal to the current object.

Equals(QueueProperties)

Source:
QueueProperties.cs
Source:
QueueProperties.cs

Determines whether the specified object is equal to the current object.

public bool Equals (Azure.Messaging.ServiceBus.Administration.QueueProperties other);
override this.Equals : Azure.Messaging.ServiceBus.Administration.QueueProperties -> bool
Public Function Equals (other As QueueProperties) As Boolean

Parameters

Returns

Implements

Applies to

Equals(Object)

Source:
QueueProperties.cs
Source:
QueueProperties.cs

Determines whether the specified object is equal to the current object.

public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

Returns

Applies to