Indicates if the rows (which may be from two different versions) are the same (oid + values).
[Visual Basic 6.0] Property IsEqual(
ByVal pOtherRow As IRow _
) As Boolean
[Visual Basic .NET] Public Function get_IsEqual ( _ ByVal pOtherRow As IRow _ ) As Boolean
[C#] public bool get_IsEqual ( IRow pOtherRow );
[Java] public boolean IsEqual ( IRow pOtherRow )
[C++] HRESULT get_IsEqual( IRow* pOtherRow, VARIANT_BOOL* IsEqual );
Parameters
pOtherRow [in]
pOtherRow is a parameter of type IRow
IsEqual [out, retval]
IsEqual is a parameter of type VARIANT_BOOL