fcSDK Documentation
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 2003 family

See Also

Reference

GenericDataRow Class
GenericDataRow Members

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.