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

◆ Equals()

override bool System.Data.DataRowView.Equals ( object? other)
inline

Definition at line 98 of file DataRowView.cs.

99 {
100 return this == other;
101 }

References System.other.

Referenced by System.Data.RelatedView.Equals().