Provides access to a member that compares two rows.
Members
| Name | Description | |
|---|---|---|
![]() |
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. |
