Diagnostic.Equality(Diagnostic, Diagnostic) 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::VisualStudio::LanguageServer::Protocol::Diagnostic ^ value1, Microsoft::VisualStudio::LanguageServer::Protocol::Diagnostic ^ value2);
public static bool operator == (Microsoft.VisualStudio.LanguageServer.Protocol.Diagnostic? value1, Microsoft.VisualStudio.LanguageServer.Protocol.Diagnostic? value2);
static member ( = ) : Microsoft.VisualStudio.LanguageServer.Protocol.Diagnostic * Microsoft.VisualStudio.LanguageServer.Protocol.Diagnostic -> bool
Public Shared Operator == (value1 As Diagnostic, value2 As Diagnostic) As Boolean
Parameters
- value1
- Diagnostic
- value2
- Diagnostic