Compartilhar via


Diagnostic.Inequality(Diagnostic, Diagnostic) Operator

Definition

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 op_Inequality : 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

Returns

Applies to