Method Equals
| Improve this Doc View SourceEquals(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 |