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

◆ IsEquivalentTo() [1/2]

override bool System.RuntimeType.IsEquivalentTo ( [NotNullWhen(true)] Type other)
inline

Definition at line 2843 of file RuntimeType.cs.

2844 {
2846 {
2847 return false;
2848 }
2849 if (runtimeType == this)
2850 {
2851 return true;
2852 }
2853 return RuntimeTypeHandle.IsEquivalentTo(this, runtimeType);
2854 }

References System.RuntimeTypeHandle.IsEquivalentTo(), and System.other.