Share via


Unlimited<T>.Equals method (Unlimited<T>)

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public Function Equals ( _
    other As Unlimited(Of T) _
) As Boolean
'Usage
Dim instance As Unlimited
Dim other As Unlimited(Of T)
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    Unlimited<T> other
)

Parameters

Return value

Type: System.Boolean
Returns Boolean.

See also

Reference

Unlimited<T> structure

Unlimited<T> members

Equals overload

Microsoft.Exchange.Data namespace