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

◆ CompareTo() [4/6]

int System.Text.Rune.CompareTo ( Rune other)
inline

Definition at line 163 of file Rune.cs.

164 {
165 return Value - other.Value;
166 }

References System.other, and System.Text.Rune.Value.

Referenced by System.Text.Rune.CompareTo().