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)
196
this.Description.
Equals
(other.Description) &&
200
this.MessageFormat.
Equals
(other.MessageFormat) &&
201
this.Title.
Equals
(other.Title);
Diagnostic\SuppressionDescriptor.cs (1)
84
this.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) &&