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

◆ Equals() [1/3]

override bool System.Text.Rune.Equals ( [NotNullWhen(true)] object? obj)
inline

Definition at line 392 of file Rune.cs.

393 {
394 if (obj is Rune other)
395 {
396 return Equals(other);
397 }
398 return false;
399 }
Rune(char ch)
Definition Rune.cs:61
override bool Equals([NotNullWhen(true)] object? obj)
Definition Rune.cs:392

References System.Text.Rune.Equals(), System.obj, and System.other.

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