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