Share via


Pair<T1, T2>.Equals Method

Indicates whether the values and the types of values in this pair and the supplied pair are the same.

Namespace:  Microsoft.BusinessData.Infrastructure
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

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

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

Parameters

Return Value

Type: System.Boolean
true if the values and the types of values in this pair and the supplied pair are the same; otherwise, false.

See Also

Reference

Pair<T1, T2> Structure

Pair<T1, T2> Members

Microsoft.BusinessData.Infrastructure Namespace