Implemented interface member:
3 references to Equals
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.Value.cs (3)
168
=> obj is PlatformMethodValue otherInfo &&
Equals
(otherInfo);
179
=> other is PlatformMethodValue otherInfo &&
Equals
(otherInfo);
183
return left.
Equals
(right);