5 references to Equals
System.Private.CoreLib (3)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (2)
238if (!(_methodHandle.Equals(other._methodHandle))) 258if (!(_methodHandle.Equals(other._methodHandle)))
System\RuntimeMethodHandle.cs (1)
50if (!thisInfo->Handle.Equals(thatInfo->Handle))
System.Private.TypeLoader (2)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.LdTokenResultLookup.cs (1)
81if (!_declaringType.Equals(other._declaringType) || !_handle.Equals(other._handle))
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.Metadata.cs (1)
544if (!token.AsHandle().ToMethodHandle(module.MetadataReader).Equals(method.NativeFormatHandle))