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

◆ Equals() [1/3]

override bool System.Text.RegularExpressions.RegexCache.Key.Equals ( [NotNullWhen(true)] object obj)
inline

Definition at line 29 of file RegexCache.cs.

30 {
31 if (obj is Key other)
32 {
33 return Equals(other);
34 }
35 return false;
36 }
override bool Equals([NotNullWhen(true)] object obj)
Definition RegexCache.cs:29
Key(string pattern, string culture, RegexOptions options, TimeSpan matchTimeout)
Definition RegexCache.cs:21

References System.Text.RegularExpressions.RegexCache.Key.Equals(), System.obj, and System.other.

Referenced by System.Text.RegularExpressions.RegexCache.Key.Equals().