ArcFM Server Developer Guide
RowsEqual Method


Syntax
'Declaration
 
Public Function RowsEqual( _
   ByVal row1 As IRow, _
   ByVal row2 As IRow _
) As Boolean
'Usage
 
Dim instance As RowConvertor
Dim row1 As IRow
Dim row2 As IRow
Dim value As Boolean
 
value = instance.RowsEqual(row1, row2)
public bool RowsEqual( 
   IRow row1,
   IRow row2
)

Parameters

row1
row2
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

RowConvertor Class
RowConvertor Members

 

 


Send Comment