Show / Hide Table of Contents

Method Equals

| Improve this Doc View Source

Equals(DataRow, Column, DataRow)

Determines whether two data values are equal.

Declaration
public abstract bool Equals(DataRow dataRow, Column otherColumn, DataRow otherDataRow)
Parameters
Type Name Description
DataRow dataRow

The source DataRow.

Column otherColumn

The target column.

DataRow otherDataRow

The target DataRow.

Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest