Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Data.DataRowComparer< TRow > Class Template Referencesealed

Public Member Functions

bool Equals (TRow? leftRow, TRow? rightRow)
 
int GetHashCode (TRow row)
 
bool Equals (T? x, T? y)
 
int GetHashCode ([DisallowNull] T obj)
 

Static Package Functions

static bool AreEqual (object a, object b)
 

Properties

static DataRowComparer< DataRowDefault [get]
 
static DataRowComparer< TRowDefault [get]
 

Private Member Functions

 DataRowComparer ()
 

Static Private Member Functions

static bool AreElementEqual (object a, object b)
 
static bool CompareArray (Array a, Array b)
 
static bool CompareEquatableArray< TElem > (TElem[] a, TElem[] b)
 

Static Private Attributes

static readonly DataRowComparer< TRows_instance = new DataRowComparer<TRow>()
 

Detailed Description

Type Constraints
TRow :DataRow 

Definition at line 108 of file DataRowComparer.cs.


The documentation for this class was generated from the following file: