Share via


IRowsetIdentityImpl::IsSameRow

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at IRowsetIdentityImpl::IsSameRow.

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

Syntax

  
      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

IRowsetIdentityImpl Class