Implemented interface member:
method
Equals
System.IEquatable<T>.Equals(T)
20 references to Equals
Microsoft.TestPlatform.CrossPlatEngine (1)
AttachmentsProcessing\TestRunAttachmentsProcessingManager.cs (1)
148
var attachmentsToBeProcessed = attachments.Where(dataCollectionAttachment => attachmentProcessorUris.Any(uri => uri.
Equals
(dataCollectionAttachment.Uri))).ToArray();
NuGet.Packaging (1)
PackageCreation\Authoring\ManifestMetadata.cs (1)
370
if (_licenseUrl != null && LicenseMetadata != null && (string.IsNullOrWhiteSpace(_licenseUrl) || !LicenseUrl!.
Equals
(LicenseMetadata.LicenseUrl)))
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\runtime\src\libraries\Common\src\System\Net\CredentialCacheKey.cs (1)
97
UriPrefix.
Equals
(other.UriPrefix);
System\Net\Http\SocketsHttpHandler\HttpEnvironmentProxy.cs (2)
29
return uri.
Equals
(_httpProxy) ? _httpCred :
30
uri.
Equals
(_httpsProxy) ? _httpsCred : null;
System.Net.Primitives (1)
src\runtime\src\libraries\Common\src\System\Net\CredentialCacheKey.cs (1)
97
UriPrefix.
Equals
(other.UriPrefix);
System.Private.Uri (3)
System\Uri.cs (3)
1671
return uri1.
Equals
(uri2);
1686
return !uri1.
Equals
(uri2);
1721
return
Equals
(other);
System.Private.Xml (5)
System\Xml\Core\XmlTextReaderImpl.cs (1)
9525
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)
868
Debug.Assert(schema.BaseUri!.
Equals
(schemaUri));
1313
if (cKey!.chameleonLocation.
Equals
(reprocessList[i].BaseUri))
System.ServiceModel.Primitives (1)
System\ServiceModel\EndpointAddress.cs (1)
319
if (u1.
Equals
(u2))
System.Speech (3)
Internal\Synthesis\ISSmlParser.cs (1)
79
return obj is LexiconEntry entry && _uri.
Equals
(entry._uri);
Internal\Synthesis\VoiceSynthesis.cs (2)
501
if (lexicon._uri.
Equals
(uri))
516
if (lexicon._uri.
Equals
(uri))