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)
206
this.Description.
Equals
(other.Description) &&
210
this.MessageFormat.
Equals
(other.MessageFormat) &&
211
this.Title.
Equals
(other.Title);
Diagnostic\SuppressionDescriptor.cs (1)
84
this.Justification.
Equals
(other.Justification);
Microsoft.CodeAnalysis.CodeStyle (1)
src\Analyzers\Core\Analyzers\Helpers\DiagnosticHelper.cs (1)
378
_messageFormat.
Equals
(otherResourceString._messageFormat) &&
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\Analyzers\Helpers\DiagnosticHelper.cs (1)
378
_messageFormat.
Equals
(otherResourceString._messageFormat) &&