Implemented interface member:
21 references to Equals
Microsoft.Maui.Controls (1)
Shell\ShellUriHandler.cs (1)
330 if (uri.Equals(request))
PresentationFramework (5)
System\Windows\Documents\Hyperlink.cs (1)
575if (cachedUri == null || cachedUri.Equals(targetUri) || !ShouldPreventUriSpoofing)
System\Windows\Documents\XPSS0ValidatingLoader.cs (1)
80if (!parentPackageUri.Equals(packageUri))
System\Windows\Navigation\NavigationService.cs (3)
217bool isSame = aResolved.Equals(bResolved); 1245if (!sourceUri.Equals(Source)) 1289if (!sourceUri.Equals(Source))
ReachFramework (1)
Packaging\XpsFixedDocumentReaderWriter.cs (1)
530if (rel.TargetUri.Equals(targetUri))
System.IO.Packaging (2)
System\IO\Packaging\PackageRelationshipSelector.cs (2)
127if (SourceUri.Equals(PackUriHelper.PackageRootUri)) 144if (SourceUri.Equals(PackUriHelper.PackageRootUri))
System.Net.Http (3)
src\libraries\Common\src\System\Net\CredentialCacheKey.cs (1)
89UriPrefix.Equals(other.UriPrefix);
System\Net\Http\SocketsHttpHandler\HttpEnvironmentProxy.cs (2)
34return uri.Equals(_httpProxy) ? _httpCred : 35uri.Equals(_httpsProxy) ? _httpsCred : null;
System.Net.Primitives (1)
src\libraries\Common\src\System\Net\CredentialCacheKey.cs (1)
89UriPrefix.Equals(other.UriPrefix);
System.Private.Uri (3)
System\Uri.cs (3)
1660return uri1.Equals(uri2); 1675return !uri1.Equals(uri2); 1710return Equals(other);
System.Private.Xml (5)
System\Xml\Core\XmlTextReaderImpl.cs (1)
9508return uri1.Equals(uri2);
System\Xml\Schema\Chameleonkey.cs (1)
68return this.targetNS.Equals(cKey.targetNS) && this.chameleonLocation.Equals(cKey.chameleonLocation) &&
System\Xml\Schema\DataTypeImplementation.cs (1)
2611return ((Uri)value1).Equals((Uri)value2) ? 0 : -1;
System\Xml\Schema\XmlSchemaSet.cs (2)
880Debug.Assert(schema.BaseUri!.Equals(schemaUri)); 1325if (cKey!.chameleonLocation.Equals(reprocessList[i].BaseUri))