Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ReferenceEqualityComparer.cs
Go to the documentation of this file.
2
4
6{
8
9
11 {
12 }
13
14 public new bool Equals(object? x, object? y)
15 {
16 return x == y;
17 }
18
19 public int GetHashCode(object? obj)
20 {
22 }
23}