Inequality Operator
Collapse the table of content
Expand the table of content

Size.Inequality Operator

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Compares two instances of Size for inequality.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)

'Declaration
Public Shared Operator <> ( _
	size1 As Size, _
	size2 As Size _
) As Boolean

Parameters

size1
Type: System.Windows.Size
The first instance of Size to compare.
size2
Type: System.Windows.Size
The second instance of Size to compare.

Return Value

Type: System.Boolean
true if the instances of Size are not equal; otherwise false.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft