Implemented interface member:
20 references to Equals
PresentationFramework (5)
System\Windows\Documents\Hyperlink.cs (1)
574
if (cachedUri == null || cachedUri.
Equals
(targetUri) || !ShouldPreventUriSpoofing)
System\Windows\Documents\XPSS0ValidatingLoader.cs (1)
79
if (!parentPackageUri.
Equals
(packageUri))
System\Windows\Navigation\NavigationService.cs (3)
211
bool isSame = aResolved.
Equals
(bResolved);
1215
if (!sourceUri.
Equals
(Source))
1259
if (!sourceUri.
Equals
(Source))
ReachFramework (1)
Packaging\XpsFixedDocumentReaderWriter.cs (1)
529
if (rel.TargetUri.
Equals
(targetUri))
System.IO.Packaging (2)
System\IO\Packaging\PackageRelationshipSelector.cs (2)
118
if (SourceUri.
Equals
(PackUriHelper.PackageRootUri))
135
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))