Implemented interface member:
6 references to Equals
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\Extensions\DefaultTagHelperTargetExtension.cs (2)
459
otherPropertyNode.TagHelper.
Equals
(propertyNode.TagHelper) &&
460
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);