Implemented interface member:
8 references to Equals
Microsoft.CodeAnalysis (6)
CommandLine\SarifDiagnosticComparer.cs (2)
51&& x.Description.Equals(y.Description) 55&& x.Title.Equals(y.Title)
Diagnostic\DiagnosticDescriptor.cs (3)
196this.Description.Equals(other.Description) && 200this.MessageFormat.Equals(other.MessageFormat) && 201this.Title.Equals(other.Title);
Diagnostic\SuppressionDescriptor.cs (1)
84this.Justification.Equals(other.Justification);
Microsoft.CodeAnalysis.CodeStyle (1)
DiagnosticHelper.cs (1)
352_messageFormat.Equals(otherResourceString._messageFormat) &&
Microsoft.CodeAnalysis.Features (1)
DiagnosticHelper.cs (1)
352_messageFormat.Equals(otherResourceString._messageFormat) &&