Suppression.Equality(Suppression, Suppression) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static bool operator == (Microsoft.CodeAnalysis.Diagnostics.Suppression left, Microsoft.CodeAnalysis.Diagnostics.Suppression right);
static member ( = ) : Microsoft.CodeAnalysis.Diagnostics.Suppression * Microsoft.CodeAnalysis.Diagnostics.Suppression -> bool
Public Shared Operator == (left As Suppression, right As Suppression) As Boolean
Parameters
- left
- Suppression
- right
- Suppression