Indicates if the rows (which may be from two different versions) are the same (oid + values).
[Visual Basic .NET] Public Function get_IsEqual ( _ ByVal otherRow As IRow _ ) As Boolean
[C#] public bool get_IsEqual ( IRow otherRow );
[C++]
HRESULT get_IsEqual(
IRow* otherRow,
VARIANT_BOOL* IsEqual
);
[C++]Parameters
otherRow [in]otherRow is a parameter of type IRow
IsEqual [out, retval] IsEqual is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.