Share via


Unlimited<T>.Equals method (Object)

This member overrides ValueType.Equals(Object).

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

Syntax

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

returnValue = instance.Equals(other)
public override bool Equals(
    Object other
)

Parameters

Return value

Type: System.Boolean
Returns Boolean.

See also

Reference

Unlimited<T> structure

Unlimited<T> members

Equals overload

Microsoft.Exchange.Data namespace