AreIDsEqual Method
Id of the first object being compared.
Id of the second object being compared.
Used to compare the UniqueIDs of two GenericDataRows.
Syntax
'Declaration
Public Shared Function AreIDsEqual( _
ByVal _id1_ As Object, _
ByVal _id2_ As Object _
) As Boolean
public static bool AreIDsEqual(
object _id1_,
object _id2_
)
Parameters
id1
Id of the first object being compared.
id2
Id of the second object being compared.
Return Value
The result indicates if the two Unique Identifies are the same.
Remarks
In the Foundation namespace we do not know how the Unique Identifiers of a GenericDataRow are implemented. Use this method whenever comparing GenericDataRows in the Foundation namespace.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family