Base:
method
Equals
System.Object.Equals(System.Object)
51 references to Equals
PresentationFramework (5)
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
602if (cachedUri == null || cachedUri.Equals(targetUri) || !ShouldPreventUriSpoofing)
src\Framework\System\Windows\Documents\XPSS0ValidatingLoader.cs (1)
85if (!parentPackageUri.Equals(packageUri))
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
256bool isSame = aResolved.Equals(bResolved); 1408if (!sourceUri.Equals(Source)) 1452if (!sourceUri.Equals(Source))
System (9)
net\System\Net\Cache\RequestCacheValidator.cs (1)
204if (!uri.Equals(_Uri))
net\System\Net\CredentialCache.cs (1)
555UriPrefix.Equals(comparedCredentialKey.UriPrefix);
net\System\Net\NetWebProxyFinder.cs (3)
134if (scriptLocation.Equals(engineScriptLocation)) 156if (Engine.AutomaticConfigurationScript.Equals(engineScriptLocation)) 183if (!engineScriptLocation.Equals(Engine.AutomaticConfigurationScript) && !aborted)
net\System\Net\WebPermission.cs (1)
435if ((permObj is Uri) && uri.Equals(permObj))
net\System\URI.cs (2)
1695return uri2.Equals(uri1); 1712return !uri2.Equals(uri1);
net\System\uribuilder.cs (1)
368return Uri.Equals(rparam.ToString());
System.IdentityModel (4)
System\IdentityModel\Selectors\SamlSecurityTokenAuthenticator.cs (1)
154if (audienceRestrictionCondition.Audiences[i].Equals(uri))
System\IdentityModel\Tokens\Saml2AuthorizationDecisionStatement.cs (2)
56if (!(resource.IsAbsoluteUri || resource.Equals(EmptyResource))) 142if (!(value.IsAbsoluteUri || value.Equals(EmptyResource)))
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
3981writer.WriteAttributeString(Saml2Constants.Attributes.Resource, data.Resource.Equals(Saml2AuthorizationDecisionStatement.EmptyResource) ? data.Resource.ToString() : data.Resource.AbsoluteUri);
System.ServiceModel (12)
System\ServiceModel\Channels\ChannelPool.cs (1)
113return address.EndpointEquals(other.address) && via.Equals(other.via);
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (4)
273else if (to.Equals(EndpointAddress.AnonymousUri) || to.Equals(message.Version.Addressing.AnonymousUri)) 279else if (to.Equals(EndpointAddress.AnonymousUri) || to.Equals(message.Version.Addressing.AnonymousUri))
System\ServiceModel\EndpointAddress.cs (1)
355if (u1.Equals(u2))
System\ServiceModel\Security\InfoCardHelper.cs (4)
272|| SelfIssuerUri.Equals(chain[n].Issuer.Uri) 314SelfIssuerUri.Equals(chain[n].Issuer.Uri) || 334|| SelfIssuerUri.Equals(chain[k].Issuer.Uri) 515SelfIssuerUri.Equals(issuedTokenParam.IssuerAddress)) ||
System\ServiceModel\Security\WSSecurityPolicy.cs (2)
2852if (mexAddress == null || mexAddress.IsAnonymous || mexAddress.Uri.Equals(SelfIssuerUri)) 3027if (isIssuerSpecified && !parameters.IssuerAddress.Uri.Equals(endpoint.Address.Uri))
System.ServiceModel.Discovery (11)
System\ServiceModel\Discovery\Configuration\DynamicEndpointElement.cs (1)
74if (channelEndpointElement.Address != null && !channelEndpointElement.Address.Equals(DiscoveryClientBindingElement.DiscoveryEndpointAddress.Uri))
System\ServiceModel\Discovery\DiscoveryClientChannelFactory.cs (1)
39if (!via.Equals(DiscoveryClientBindingElement.DiscoveryEndpointAddress.Uri))
System\ServiceModel\Discovery\ScopeCompiler.cs (9)
52return (matchBy.Equals(FindCriteria.ScopeMatchByPrefix) || 53matchBy.Equals(FindCriteria.ScopeMatchByUuid) || 54matchBy.Equals(FindCriteria.ScopeMatchByLdap) || 55matchBy.Equals(FindCriteria.ScopeMatchByExact) || 56matchBy.Equals(FindCriteria.ScopeMatchByNone)); 116if (matchBy.Equals(FindCriteria.ScopeMatchByPrefix)) 121else if (matchBy.Equals(FindCriteria.ScopeMatchByUuid)) 131else if (matchBy.Equals(FindCriteria.ScopeMatchByLdap)) 140else if (matchBy.Equals(FindCriteria.ScopeMatchByExact))
System.Web (1)
Util\UrlPath.cs (1)
375if (fromUri.Equals(toUri)) {
System.Web.Mobile (1)
UI\MobileControls\Design\ImageDesigner.cs (1)
124&& _cachedWbmpUri.Equals(imageUri))
System.Xml (6)
System\Xml\Core\XmlTextReaderImpl.cs (1)
8478return uri1.Equals(uri2);
System\Xml\Schema\Chameleonkey.cs (1)
63return this.targetNS.Equals(cKey.targetNS) && this.chameleonLocation.Equals(cKey.chameleonLocation) &&
System\Xml\Schema\DataTypeImplementation.cs (1)
2402return ((Uri)value1).Equals((Uri)value2) ? 0 : -1;
System\Xml\Schema\XmlSchemaSet.cs (3)
871if (schemaUri.Equals(locationsTable[i].Key)) { 887Debug.Assert(schema.BaseUri.Equals(schemaUri)); 1255if (cKey.chameleonLocation.Equals(reprocessList[i].BaseUri)) {
WindowsBase (2)
Base\System\IO\Packaging\PackageRelationshipSelector.cs (2)
154if (SourceUri.Equals(PackUriHelper.PackageRootUri)) 171if (SourceUri.Equals(PackUriHelper.PackageRootUri))