TextChange.Equality(TextChange, TextChange) Operador
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 ( = ) : Microsoft.AspNetCore.Razor.Text.TextChange * Microsoft.AspNetCore.Razor.Text.TextChange -> bool
Public Shared Operator == (left As TextChange, right As TextChange) As Boolean
Parâmetros
- left
- TextChange
- right
- TextChange