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

◆ Equals() [2/3]

bool System.Index.Equals ( Index other)
inline

Definition at line 90 of file Index.cs.

91 {
92 return _value == other._value;
93 }
readonly int _value
Definition Index.cs:8

References System.Index._value, and System.other.