Implemented interface member:
1 reference to Equals
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Internal\Text\Utf8String.cs (1)
45
return (obj is Utf8String utf8String) &&
Equals
(utf8String);