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

◆ CompareTo() [15/48]

int IComparable. System.ValueTuple< T1, T2, T3, T4, T5, T6, T7, TRest >.CompareTo ( object other)
inline

Definition at line 1296 of file ValueTuple.cs.

1297 {
1298 if (other != null)
1299 {
1301 {
1302 return CompareTo(other2);
1303 }
1304 ThrowHelper.ThrowArgumentException_TupleIncorrectType(this);
1305 }
1306 return 1;
1307 }
int IComparable. CompareTo(object other)
Definition ValueTuple.cs:39

References System.ValueTuple< T1, T2, T3, T4, T5, T6, T7, TRest >.CompareTo(), System.other, and System.ThrowHelper.ThrowArgumentException_TupleIncorrectType().