Int32Rect.Inequality(Int32Rect, Int32Rect) Operator

Definicja

Porównuje dwa prostokąty pod kątem nierówności.

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

Pierwszy prostokąt do porównania.

int32Rect2
Int32Rect

Drugi prostokąt do porównania.

Zwraca

Boolean

falsejeśli int32Rect1 i int32Rect2 mają te same Xwartości , , YWidthi Height; w przeciwnym razie, jeśli wszystkie te wartości są takie same, to true.

Uwagi

Równoważną metodą dla tego operatora jest negacja Equals.

Dotyczy