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

◆ Equals()

override bool System.HashCode.Equals ( object? obj)
inline

Definition at line 294 of file HashCode.cs.

295 {
296 throw new NotSupportedException(SR.HashCode_EqualityNotSupported);
297 }

References System.SR.HashCode_EqualityNotSupported.