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
obj
Type: System.ObjectThe pair to compare to.
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.