IRowsetIdentityImpl::IsSameRow

Compares two row handles to see if they refer to the same row.

STDMETHOD( IsSameRow )(
   HROW hThisRow,
   HROW hThatRow 
);

Parameters

See IRowsetIdentity::IsSameRow in the OLE DB Programmer's Reference.

Remarks

To compare row handles, this method casts the HROW handles to RowClass members and calls memcmp on the pointers.

Requirements

Header: atldb.h

See Also

Concepts

IRowsetIdentityImpl Class

IRowsetIdentityImpl Members