DataRowComparer Class
Returns a singleton instance of the DataRowComparer(Of TRow) class.
Assembly: System.Data.DataSetExtensions (in System.Data.DataSetExtensions.dll)
The DataRowComparer(Of TRow) class is used to compare the values of the DataRow objects and does not compare the object references.
This class cannot be directly instantiated. Instead, the Default property must be used to return a singleton instance of the DataRowComparer(Of TRow) class.
This class is stateless.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.