2 references to Equals
System.Reflection.Metadata (2)
System\Reflection\Metadata\MetadataStringComparer.cs (2)
70
return _reader.StringHeap.
Equals
(handle, value, _reader.UTF8Decoder, ignoreCase);
87
return _reader.StringHeap.
Equals
(handle.GetFullName(), value, _reader.UTF8Decoder, ignoreCase);