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

◆ Equals() [1/3]

override bool System.Globalization.SortVersion.Equals ( [NotNullWhen(true)] object? obj)
inline

Definition at line 38 of file SortVersion.cs.

39 {
40 if (obj is SortVersion other)
41 {
42 return Equals(other);
43 }
44 return false;
45 }
SortVersion(int fullVersion, Guid sortId)
override bool Equals([NotNullWhen(true)] object? obj)

References System.Globalization.SortVersion.Equals(), System.obj, and System.other.

Referenced by System.Globalization.SortVersion.Equals(), and System.Globalization.SortVersion.operator==().