TextChange.Inequality(TextChange, TextChange) Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
static bool operator !=(Microsoft::AspNetCore::Razor::Text::TextChange left, Microsoft::AspNetCore::Razor::Text::TextChange right);
public static bool operator != (Microsoft.AspNetCore.Razor.Text.TextChange left, Microsoft.AspNetCore.Razor.Text.TextChange right);
static member op_Inequality : Microsoft.AspNetCore.Razor.Text.TextChange * Microsoft.AspNetCore.Razor.Text.TextChange -> bool
Public Shared Operator != (left As TextChange, right As TextChange) As Boolean
Paramètres
- left
- TextChange
- right
- TextChange