IRowsetIdentity.IsSameRow(Int32, Int32) 方法

定義

比較兩個資料列控制代碼,以查看它們是否參考相同的資料列執行個體。

public:
 int IsSameRow(int hThisRow, int hThatRow);
public int IsSameRow (int hThisRow, int hThatRow);
abstract member IsSameRow : int * int -> int
Public Function IsSameRow (hThisRow As Integer, hThatRow As Integer) As Integer

參數

hThisRow
Int32

現用資料列的控制代碼。

hThatRow
Int32

現用資料列的控制代碼。

傳回

Integer,表示結果。

備註

注意

Microsoft.VisualBasic.Compatibility.VB6 命名空間中的函式和物件都是供這些工具使用,以便從 Visual Basic 6.0 升級至 Visual Basic 2008。 在大多數情況下,這些函式和物件會複製在 .NET Framework 其他命名空間中可以找到的功能。 只有當 Visual Basic 6.0 程式碼模型與 .NET Framework 實作有顯著差異時,才會需要這些函式和物件。

適用於