Implemented interface member:

method
Equals
System.IEquatable<T>.Equals(T)
1085 references to Equals
aspire (1)
Aspire.Azure.AI.Inference (1)
Aspire.Azure.AI.OpenAI (1)
Aspire.Azure.Messaging.EventHubs (1)
Aspire.Azure.Messaging.ServiceBus (1)
Aspire.Dashboard.Components.Tests (2)
Aspire.Dashboard.Tests (2)
Aspire.Hosting.MySql.Tests (2)
Aspire.Hosting.PostgreSQL.Tests (3)
Aspire.Hosting.Qdrant.Tests (1)
Aspire.Hosting.Redis.Tests (4)
Aspire.Hosting.Testing.Tests (2)
Aspire.Hosting.Tests (4)
Aspire.OpenAI (1)
Aspire.Playground.Tests (2)
Binding.Http.IntegrationTests (1)
Binding.UDS.IntegrationTests (1)
Contract.Message.IntegrationTests (10)
dotnet-svcutil-lib (80)
GenerateDocumentationAndConfigFiles (2)
IIS.ShadowCopy.Tests (1)
illink (2)
ILLink.RoslynAnalyzer (1)
InMemory.FunctionalTests (3)
Metrics (2)
Metrics.Legacy (2)
Microsoft.AspNetCore.Analyzer.Testing (2)
Microsoft.AspNetCore.App.UnitTests (1)
Microsoft.AspNetCore.Authentication.Cookies (1)
Microsoft.AspNetCore.Authentication.Test (10)
Microsoft.AspNetCore.Authorization.Test (8)
Microsoft.AspNetCore.Components.WebAssembly.Server (2)
Microsoft.AspNetCore.Http.Connections.Tests (1)
Microsoft.AspNetCore.HttpLogging.Tests (9)
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (1)
Microsoft.AspNetCore.Identity.InMemory.Test (2)
Microsoft.AspNetCore.Identity.Test (1)
Microsoft.AspNetCore.InternalTesting (2)
Microsoft.AspNetCore.Mvc.Core (1)
Microsoft.AspNetCore.Mvc.Core.Test (50)
ApplicationModels\ControllerActionDescriptorProviderTests.cs (33)
124d => d.ActionName.Equals(nameof(ActionParametersController.RequiredInt)));
143d => d.ActionName.Equals(nameof(ActionParametersController.MultipleParameters)));
168d => d.ActionName.Equals(nameof(ActionParametersController.DifferentCasing)));
201d => d.ActionName.Equals(actionName));
222d => d.ActionName.Equals(actionName));
244var controller = Assert.Single(action.RouteValues, kvp => kvp.Key.Equals("controller"));
247var actionConstraint = Assert.Single(action.RouteValues, kvp => kvp.Key.Equals("action"));
345var controller = Assert.Single(action.RouteValues, kvp => kvp.Key.Equals("controller"));
348var actionConstraint = Assert.Single(action.RouteValues, kvp => kvp.Key.Equals("action"));
462Assert.Single(actions, a => a.AttributeRouteInfo.Template.Equals("v1/List"));
463Assert.Single(actions, a => a.AttributeRouteInfo.Template.Equals("v1/All"));
464Assert.Single(actions, a => a.AttributeRouteInfo.Template.Equals("v2/List"));
465Assert.Single(actions, a => a.AttributeRouteInfo.Template.Equals("v2/All"));
492Assert.Single(actions, a => a.AttributeRouteInfo.Template.Equals("v1/List"));
493Assert.Single(actions, a => a.AttributeRouteInfo.Template.Equals("v2/List"));
548Assert.Single(putActions, a => a.AttributeRouteInfo.Template.Equals("v1/All"));
549Assert.Single(putActions, a => a.AttributeRouteInfo.Template.Equals("v2/All"));
555Assert.Single(routeActions, a => a.AttributeRouteInfo.Template.Equals("v1/List"));
556Assert.Single(routeActions, a => a.AttributeRouteInfo.Template.Equals("v2/List"));
587Assert.Single(postActions, a => a.AttributeRouteInfo.Template.Equals("v1"));
588Assert.Single(postActions, a => a.AttributeRouteInfo.Template.Equals("v2"));
594Assert.Single(putActions, a => a.AttributeRouteInfo.Template.Equals("v1/All"));
595Assert.Single(putActions, a => a.AttributeRouteInfo.Template.Equals("v2/All"));
600Assert.Single(unconstrainedActions, a => a.AttributeRouteInfo.Template.Equals("v1/List"));
601Assert.Single(unconstrainedActions, a => a.AttributeRouteInfo.Template.Equals("v2/List"));
616var controllerAndAction = Assert.Single(actions, a => a.ActionName.Equals(firstActionName));
619var controllerActionAndOverride = Assert.Single(actions, a => a.ActionName.Equals(secondActionName));
639var actions = descriptors.Where(d => d.ActionName.Equals(actionName));
811var getActions = actions.Where(a => a.ActionName.Equals(getActionName));
821var editAction = Assert.Single(actions, a => a.ActionName.Equals(editActionName));
839var getActions = actions.Where(a => a.ActionName.Equals(getActionName));
853var editAction = Assert.Single(actions, a => a.ActionName.Equals(editActionName));
901var indexAction = Assert.Single(actionDescriptors, ad => ad.ActionName.Equals("Index"));
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
Microsoft.AspNetCore.Mvc.IntegrationTests (2)
Microsoft.AspNetCore.Mvc.TagHelpers (1)
Microsoft.AspNetCore.Mvc.TagHelpers.Test (36)
FormTagHelperTest.cs (12)
115var attribute = Assert.Single(output.Attributes, attr => attr.Name.Equals("method"));
117attribute = Assert.Single(output.Attributes, attr => attr.Name.Equals("action"));
169var attribute = Assert.Single(output.Attributes, attr => attr.Name.Equals("method"));
171attribute = Assert.Single(output.Attributes, attr => attr.Name.Equals("action"));
227var attribute = Assert.Single(output.Attributes, attr => attr.Name.Equals("action"));
285var attribute = Assert.Single(output.Attributes, attr => attr.Name.Equals("action"));
357var attribute = Assert.Single(output.Attributes, attr => attr.Name.Equals("id"));
359attribute = Assert.Single(output.Attributes, attr => attr.Name.Equals("method"));
361attribute = Assert.Single(output.Attributes, attr => attr.Name.Equals("action"));
472var routeValue = Assert.Single(routeValueDictionary, attr => attr.Key.Equals("val"));
474routeValue = Assert.Single(routeValueDictionary, attr => attr.Key.Equals("-Name"));
619var attribute = Assert.Single(output.Attributes, attr => attr.Name.Equals("action"));
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
Microsoft.AspNetCore.Session.Tests (16)
Microsoft.AspNetCore.SignalR.Client.Core (2)
Microsoft.AspNetCore.SignalR.Core (3)
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
Microsoft.Build.Framework (1)
Microsoft.Build.Tasks.CodeAnalysis (1)
Microsoft.Build.Tasks.CodeAnalysis.Sdk (1)
Microsoft.Cci.Extensions (2)
Microsoft.CodeAnalysis (1)
Microsoft.CodeAnalysis.Analyzers (2)
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
Microsoft.CodeAnalysis.BannedApiAnalyzers (2)
Microsoft.CodeAnalysis.CodeStyle (3)
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
Microsoft.CodeAnalysis.CSharp (10)
Microsoft.CodeAnalysis.CSharp.CodeStyle (9)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Features (9)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (9)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (26)
Microsoft.CodeAnalysis.CSharp.Test.Utilities (3)
Microsoft.CodeAnalysis.CSharp.Workspaces (7)
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (3)
Microsoft.CodeAnalysis.Features (16)
Microsoft.CodeAnalysis.InteractiveHost (1)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
Microsoft.CodeAnalysis.UnitTests (1)
Microsoft.CodeAnalysis.VisualBasic (13)
Microsoft.CodeAnalysis.Workspaces (5)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Microsoft.CSharp (2)
Microsoft.Data.Analysis (1)
Microsoft.DotNet.ArcadeLogging (3)
Microsoft.DotNet.Build.Manifest.Tests (3)
Microsoft.DotNet.Build.Tasks.Feed (1)
Microsoft.DotNet.Build.Tasks.Packaging (7)
Microsoft.DotNet.Build.Tasks.Packaging.Tests (26)
CreateTrimDependencyGroupsTests.cs (26)
143item => task.TrimmedDependencies.Where(f => f.GetMetadata("TargetFramework").Equals("win8")).Should().HaveCount(1),
144item => task.TrimmedDependencies.Where(f => f.GetMetadata("TargetFramework").Equals("monoandroid10")).Should().HaveCount(1),
145item => task.TrimmedDependencies.Where(f => f.GetMetadata("TargetFramework").Equals("monotouch10")).Should().HaveCount(1),
146item => task.TrimmedDependencies.Where(f => f.GetMetadata("TargetFramework").Equals("net45")).Should().HaveCount(1),
147item => task.TrimmedDependencies.Where(f => f.GetMetadata("TargetFramework").Equals("wp8")).Should().HaveCount(1),
148item => task.TrimmedDependencies.Where(f => f.GetMetadata("TargetFramework").Equals("wpa81")).Should().HaveCount(1),
149item => task.TrimmedDependencies.Where(f => f.GetMetadata("TargetFramework").Equals("xamarinios10")).Should().HaveCount(1),
150item => task.TrimmedDependencies.Where(f => f.GetMetadata("TargetFramework").Equals("xamarintvos10")).Should().HaveCount(1),
151item => task.TrimmedDependencies.Where(f => f.GetMetadata("TargetFramework").Equals("xamarinwatchos10")).Should().HaveCount(1),
152item => task.TrimmedDependencies.Where(f => f.GetMetadata("TargetFramework").Equals("xamarinmac20")).Should().HaveCount(1),
153item => task.TrimmedDependencies.Where(f => f.GetMetadata("TargetFramework").Equals("portable45-net45+win8+wp8+wpa81")).Should().HaveCount(1)
157task.TrimmedDependencies.Should().OnlyContain(f => f.ToString().Equals("_._"));
230task.TrimmedDependencies.Where(f => f.GetMetadata("TargetFramework").Equals("net45") &&
236task.TrimmedDependencies.Where(f => f.GetMetadata("TargetFramework").Equals("net451") &&
242task.TrimmedDependencies.Where(f => f.GetMetadata("TargetFramework").Equals("portable45-net45+win8+wp8+wpa81") &&
248task.TrimmedDependencies.Where(f => f.GetMetadata("TargetFramework").Equals("portable46-net451+win81+wpa81") &&
393item => task.TrimmedDependencies.Where(f => f.GetMetadata("TargetFramework").Equals("win8")).Should().HaveCount(1),
394item => task.TrimmedDependencies.Where(f => f.GetMetadata("TargetFramework").Equals("monoandroid10")).Should().HaveCount(1),
395item => task.TrimmedDependencies.Where(f => f.GetMetadata("TargetFramework").Equals("monotouch10")).Should().HaveCount(1),
396item => task.TrimmedDependencies.Where(f => f.GetMetadata("TargetFramework").Equals("net45")).Should().HaveCount(1),
397item => task.TrimmedDependencies.Where(f => f.GetMetadata("TargetFramework").Equals("wpa81")).Should().HaveCount(1),
398item => task.TrimmedDependencies.Where(f => f.GetMetadata("TargetFramework").Equals("xamarinios10")).Should().HaveCount(1),
399item => task.TrimmedDependencies.Where(f => f.GetMetadata("TargetFramework").Equals("xamarintvos10")).Should().HaveCount(1),
400item => task.TrimmedDependencies.Where(f => f.GetMetadata("TargetFramework").Equals("xamarinwatchos10")).Should().HaveCount(1),
401item => task.TrimmedDependencies.Where(f => f.GetMetadata("TargetFramework").Equals("xamarinmac20")).Should().HaveCount(1),
402item => task.TrimmedDependencies.Where(f => f.GetMetadata("TargetFramework").Equals("portable45-net45+win8+wpa81")).Should().HaveCount(1)
Microsoft.DotNet.Build.Tasks.Workloads (1)
Microsoft.DotNet.Build.Tasks.Workloads.Tests (2)
Microsoft.DotNet.CodeAnalysis (1)
Microsoft.DotNet.Helix.Sdk (3)
Microsoft.DotNet.MacOsPkg.Core (2)
Microsoft.DotNet.PackageTesting (2)
Microsoft.DotNet.SharedFramework.Sdk (2)
Microsoft.DotNet.SignCheckLibrary (1)
Microsoft.DotNet.SignTool (1)
Microsoft.Extensions.Http.Diagnostics.Tests (2)
Microsoft.Extensions.ServiceDiscovery.Dns (1)
Microsoft.Extensions.ServiceDiscovery.Dns.Tests (2)
Microsoft.ML.CodeGenerator (23)
Microsoft.ML.Data (5)
Microsoft.ML.EntryPoints (1)
Microsoft.ML.Predictor.Tests (6)
Microsoft.ML.ResultProcessor (1)
Microsoft.ML.Samples (1)
Microsoft.ML.Sweeper (1)
Microsoft.NET.StringTools.net35 (1)
Microsoft.VisualBasic.Core (4)
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (5)
Microsoft.VisualStudio.LanguageServices.Implementation (4)
PresentationBuildTasks (46)
PresentationCore (7)
PresentationFramework (30)
Roslyn.Diagnostics.Analyzers (2)
Roslyn.Diagnostics.CSharp.Analyzers (7)
System.CodeDom (1)
System.ComponentModel.Annotations (1)
System.ComponentModel.TypeConverter (16)
System.Composition.Runtime (1)
System.Configuration.ConfigurationManager (10)
System.Data.Common (8)
System.Diagnostics.DiagnosticSource (4)
System.Drawing.Common (8)
System.IO.IsolatedStorage (1)
System.Net.Requests (1)
System.Private.CoreLib (29)
System.Private.DataContractSerialization (8)
System.Private.Uri (2)
System.Private.Windows.Core (9)
System.Private.Xml (50)
System.Reflection.Emit (5)
System.Reflection.MetadataLoadContext (2)
System.Security.Claims (1)
System.Security.Cryptography (6)
System.Security.Cryptography.Pkcs (1)
System.Security.Cryptography.Xml (14)
System.Security.Permissions (7)
System.ServiceModel.Federation (4)
System.ServiceModel.Http (3)
System.ServiceModel.Primitives (34)
System.ServiceModel.Primitives.Tests (2)
System.Text.Json (1)
System.Text.RegularExpressions (7)
System.Text.RegularExpressions.Generator (4)
System.Windows.Forms (46)
System.Windows.Forms.Analyzers.CSharp (2)
System.Windows.Forms.Design (139)
Test.Utilities (2)
Text.Analyzers (2)
UIAutomationClient (1)
UIAutomationClientSideProviders (16)
UnitTests.Common (2)
WebTransportInteractiveSampleApp (1)