Skip to content

Latest commit

 

History

History
63 lines (56 loc) · 1.44 KB

File metadata and controls

63 lines (56 loc) · 1.44 KB
title CSimpleRow::Compare | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
CSimpleRow.Compare
CSimpleRow::Compare
dev_langs
C++
helpviewer_keywords
Compare method
ms.assetid 0bb65f09-c7bc-449b-aa4e-c828cac13510
caps.latest.revision 8
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

CSimpleRow::Compare

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

Syntax

  
      HRESULT Compare(   
   CSimpleRow* pRow    
);  

Parameters

pRow
A pointer to a CSimpleRow object.

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.

Requirements

Header: atldb.h

See Also

CSimpleRow Class
CSimpleRow::ReleaseRow
IRowsetImpl::RefRows