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