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