DataRowComparer<TRow>.GetHashCode(TRow) 方法

定义

返回指定 DataRow 对象的哈希代码。

public:
 virtual int GetHashCode(TRow row);
public int GetHashCode (TRow row);
override this.GetHashCode : 'Row -> int
Public Function GetHashCode (row As TRow) As Integer

参数

row
TRow

要从中计算哈希代码的 DataRow

返回

表示该行的哈希代码的 Int32 值。

实现

例外

DataRow 对象不属于 DataTable

DataRow 对象为 null

注解

方法是 GetHashCode 方法的基于值的比较实现 GetHashCode

适用于

另请参阅