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); 183return left.Equals(right);