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