Size.Inequality(Size, Size) Operator

Definition

Compares two instances of Size for inequality.

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

Parameters

size1
Size

The first instance of Size to compare.

size2
Size

The second instance of Size to compare.

Returns

true if the instances of Size are not equal; otherwise false.

Applies to