Base:
method
Equals
System.Object.Equals(System.Object)
15 references to Equals
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (1)
9634return uri1.Equals(uri2);
FrameworkFork\Microsoft.Xml\Xml\schema\ChameleonKey.cs (1)
72return this.targetNS.Equals(cKey.targetNS) && this.chameleonLocation.Equals(cKey.chameleonLocation) &&
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (1)
2667return ((Uri)value1).Equals((Uri)value2) ? 0 : -1;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (3)
1013if (schemaUri.Equals(locationsTable[i].Key)) 1033Debug.Assert(schema.BaseUri.Equals(schemaUri)); 1492if (cKey.chameleonLocation.Equals(reprocessList[i].BaseUri))
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (1)
353if (u1.Equals(u2))
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (2)
2852if (mexAddress == null || mexAddress.IsAnonymous || mexAddress.Uri.Equals(s_selfIssuerUri)) 3027if (isIssuerSpecified && !parameters.IssuerAddress.Uri.Equals(endpoint.Address.Uri))
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\MapCode\MapCodeHandler.cs (1)
128if (!location.Uri.Equals(textDocumentIdentifier.Uri))
Protocol\Location.cs (1)
49this.Uri.Equals(other.Uri) &&
Protocol\LocationLink.cs (1)
66&& this.TargetUri != null && other.TargetUri != null && this.TargetUri.Equals(other.TargetUri)
ReachFramework (1)
Packaging\XpsFixedPageReaderWriter.cs (1)
743if (rel.TargetUri.Equals(relativePath))
System.Private.Uri (1)
System\UriBuilder.cs (1)
253public override bool Equals([NotNullWhen(true)] object? rparam) => rparam is not null && Uri.Equals(rparam.ToString());
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaSet.cs (1)
859if (schemaUri.Equals(locationsTable[i].Key))