Compartilhar via


AggregationSubscriptionIdentity.Equals Method (AggregationSubscriptionIdentity)

Namespace:  Microsoft.Exchange.Transport.Sync.Common.Subscription
Assembly:  Microsoft.Exchange.Transport.Sync.Common (in Microsoft.Exchange.Transport.Sync.Common.dll)

Syntax

'Declaration
Public Function Equals ( _
    other As AggregationSubscriptionIdentity _
) As Boolean
'Usage
Dim instance As AggregationSubscriptionIdentity
Dim other As AggregationSubscriptionIdentity
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    AggregationSubscriptionIdentity other
)

Return Value

Type: System.Boolean

Implements

IEquatable<T>.Equals(T)