FigureLength.Inequality(FigureLength, FigureLength) Operátor

Definice

Porovná dvě FigureLength struktury nerovnosti.

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

Parametry

fl1
FigureLength

První FigureLength struktura, která se má porovnat.

fl2
FigureLength

Druhá FigureLength struktura, která se má porovnat.

Návraty

truepokud fl1 a fl2 nejsou si rovny, v opačném případě . false

Poznámky

Ekvivalentní metodou pro tento operátor je negace .FigureLength.Equals

Platí pro