MessageReceipt.Equals Method (MessageReceipt)
Tests if this message receipt is considered equal to another.
Namespace: Microsoft.ServiceBus.Messaging
Assembly: Microsoft.ServiceBus.Messaging (in Microsoft.ServiceBus.Messaging.dll)
Syntax
'Declaration
Public Function Equals ( _
other As MessageReceipt _
) As Boolean
'Usage
Dim instance As MessageReceipt
Dim other As MessageReceipt
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
MessageReceipt other
)
public:
virtual bool Equals(
MessageReceipt^ other
) sealed
abstract Equals :
other:MessageReceipt -> bool
override Equals :
other:MessageReceipt -> bool
public final function Equals(
other : MessageReceipt
) : boolean
Parameters
- other
Type: Microsoft.ServiceBus.Messaging.MessageReceipt
The message receipt to compare to this object.
Return Value
Type: System.Boolean
true if the objects are considered equal; false if they are not.