Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Equals() [1/2]

bool System.Data.DataView.DataRowReferenceComparer.Equals ( DataRow x,
DataRow y )
inline

Definition at line 26 of file DataView.cs.

27 {
28 return x == y;
29 }