CSimpleRow::Compare

HRESULT Compare( CSimpleRow* pRow )

Return Value

An HRESULT value, usually S_OK, indicating the two rows are the same row instance, or S_FALSE, indicating the two rows are different. See IRowsetIdentity::IsSameRow in the OLE DB Programmer's Reference for other possible return values.

Parameters

pRow

A pointer to a CSimpleRow object.

Remarks

Compares two rows to see if they refer to the same row instance.

CSimpleRow OverviewClass Members

See Also

CSimpleRow::ReleaseRow, IRowsetImpl::RefRows