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

Thickness.Inequality Operator

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

Compares two Thickness structures for inequality.

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

public static bool operator !=(
	Thickness t1,
	Thickness t2
)

Parameters

t1
Type: System.Windows.Thickness
The first structure to compare.
t2
Type: System.Windows.Thickness
The other structure to compare.

Return Value

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

Testing for equality or inequality on two floating-point values that are logically equivalent might fail because of precision errors that can accumulate as the values are operated on.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft