Unlimited<T>.Equals method (T)
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Function Equals ( _
other As T _
) As Boolean
'Usage
Dim instance As Unlimited
Dim other As T
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
T other
)
Parameters
- other
Type: T
Return value
Type: System.Boolean
Returns Boolean.