Partager via


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.

Implements

IEquatable<T>.Equals(T)