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