IRowCompare Interface

Provides access to a member that compares two rows.

Members

Name Description
Read-only property IsEqual Indicates if the rows (which may be from two different versions) are the same (oid + values).

IRowCompare.IsEqual Property

Indicates if the rows (which may be from two different versions) are the same (oid + values).

Public Function get_IsEqual ( _
    ByVal otherRow As IRow _
) As Boolean
public bool get_IsEqual (
    IRow otherRow
);

Classes that implement IRowCompare

Classes Description
Feature Esri Feature.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.