Implemented interface member:
1 reference to Equals
Microsoft.CodeAnalysis (1)
Symbols\Attributes\CommonAttributeDataComparer.cs (1)
145
bool equals = pair1.Key == pair2.Key && TypedConstantComparer.IgnoreAll.
Equals
(pair1.Value, pair2.Value);