4 references to Equals
System.Private.CoreLib (3)
System\Reflection\Runtime\FieldInfos\NativeFormat\NativeFormatRuntimeFieldInfo.cs (2)
100
if (!(_fieldHandle.
Equals
(otherField._fieldHandle)))
113
if (!(_fieldHandle.
Equals
(other._fieldHandle)))
System\RuntimeFieldHandle.cs (1)
45
return thisInfo->DeclaringType.Equals(thatInfo->DeclaringType) && thisInfo->Handle.
Equals
(thatInfo->Handle);
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.LdTokenResultLookup.cs (1)
47
return other._declaringType.Equals(_declaringType) && other._handle.
Equals
(_handle);