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
)
Parameters
Return value
Type: System.Boolean
See also
Reference
AggregationSubscriptionIdentity class
AggregationSubscriptionIdentity members
Microsoft.Exchange.Transport.Sync.Common.Subscription namespace