FigureLength.Inequality(FigureLength, FigureLength) Operador

Definición

Compara dos FigureLength estructuras para la desigualdad.

public:
 static bool operator !=(System::Windows::FigureLength fl1, System::Windows::FigureLength fl2);
public static bool operator !=(System.Windows.FigureLength fl1, System.Windows.FigureLength fl2);
static member op_Inequality : System.Windows.FigureLength * System.Windows.FigureLength -> bool
Public Shared Operator != (fl1 As FigureLength, fl2 As FigureLength) As Boolean

Parámetros

fl1
FigureLength

Primera FigureLength estructura que se va a comparar.

fl2
FigureLength

Segunda FigureLength estructura que se va a comparar.

Devoluciones

true es si fl1 y fl2 no son iguales; de lo contrario, falsees .

Comentarios

El método equivalente para este operador es la negación de FigureLength.Equals.

Se aplica a