Responder Developer Guide
AreSameRows Method


Version: 10.2.1a

Resource Center Home

First DataRow.
Second DataRow.
Determines if two DataRows are the same.
Syntax
'Declaration
 
Public Shared Function AreSameRows( _
   ByVal firstRow As DataRow, _
   ByVal secondRow As DataRow _
) As Boolean
'Usage
 
Dim firstRow As DataRow
Dim secondRow As DataRow
Dim value As Boolean
 
value = DataSetConfig.AreSameRows(firstRow, secondRow)
public static bool AreSameRows( 
   DataRow firstRow,
   DataRow secondRow
)

Parameters

firstRow
First DataRow.
secondRow
Second DataRow.

Return Value

True if the two DataRows are the same.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DataSetConfig Class
DataSetConfig Members

 

 


Send Comment