Int32Rect.Inequality(Int32Rect, Int32Rect) Operátor

Definice

Porovná dva obdélníky pro nerovnost.

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

Parametry

int32Rect1
Int32Rect

První obdélník, který se má porovnat.

int32Rect2
Int32Rect

Druhý obdélník, který se má porovnat.

Návraty

false pokud int32Rect1 a int32Rect2 mají stejné Xhodnoty , Y, Widtha Height; jinak pokud jsou všechny tyto hodnoty stejné, pak true.

Poznámky

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

Platí pro