Compartir a través de


TextChange.Inequality(TextChange, TextChange) Operador

Definición

Este tipo o miembro admite la infraestructura de .NET Framework y no está pensado para usarse directamente desde el código. Determina si los dos cambios de texto no son iguales.

public static bool operator !=(System.Web.Razor.Text.TextChange left, System.Web.Razor.Text.TextChange right);
static member op_Inequality : System.Web.Razor.Text.TextChange * System.Web.Razor.Text.TextChange -> bool
Public Shared Operator != (left As TextChange, right As TextChange) As Boolean

Parámetros

left
TextChange

El cambio de texto izquierdo.

right
TextChange

El cambio de texto derecho.

Devoluciones

true si los dos cambios de texto no son iguales; de lo contrario, false.

Se aplica a