This document is archived and information here might be outdated.  Recommended version.


IRowCompare.IsEqual Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRowCompare Interface > IRowCompare.IsEqual Property
ArcGIS Developer Help

IRowCompare.IsEqual Property

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,
  Boolean* IsEqual
);
[C++]
Parameters
otherRow [in]

otherRow is a parameter of type IRow* IsEqual [out, retval]
IsEqual is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRowCompare Interface