Implemented interface member:
8 references to Equals
Microsoft.AspNetCore.Mvc.Razor.Extensions.UnitTests (1)
ViewComponentTagHelperProducerTest.cs (1)
62
Assert.Single(result, d => d.
Equals
(expectedDescriptor));
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\Extensions\DefaultTagHelperTargetExtension.cs (2)
570
otherPropertyNode.TagHelper.
Equals
(propertyNode.TagHelper) &&
571
otherPropertyNode.BoundAttribute.
Equals
(propertyNode.BoundAttribute) &&
Language\Extensions\PreallocatedAttributeTargetExtension.cs (2)
144
otherPropertyNode.TagHelper.
Equals
(propertyNode.TagHelper) &&
145
otherPropertyNode.BoundAttribute.
Equals
(propertyNode.BoundAttribute) &&
Language\TagHelperBinding.cs (1)
46
=> AllBoundRules.First(descriptor, static (info, d) => info.Descriptor.
Equals
(d)).Rules;
Language\TagHelperObject`1.cs (1)
48
Equals
(other);
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Rename\RenameService.cs (1)
244
!tagHelper.
Equals
(primary))