Size.Inequality(Size, Size) Operátor

Definice

Testuje, zda se dvě Size struktury liší.

public:
 static bool operator !=(System::Drawing::Size sz1, System::Drawing::Size sz2);
public static bool operator != (System.Drawing.Size sz1, System.Drawing.Size sz2);
static member op_Inequality : System.Drawing.Size * System.Drawing.Size -> bool
Public Shared Operator != (sz1 As Size, sz2 As Size) As Boolean

Parametry

sz1
Size

Struktura Size nalevo od operátoru nerovnosti.

sz2
Size

Struktura Size napravo od operátoru nerovnosti.

Návraty

true if sz1 a sz2 liší se šířkou nebo výškou; false pokud sz1 a sz2 jsou stejné.

Platí pro