Compares two instances of Windows.Foundation.Size for
inequality.
Namespace: Windows.FoundationAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public static bool operator !=(
Size size1,
Size size2
)
Parameters
- size1
- Type: Windows.FoundationSize
The first instance of Windows.Foundation.Size to compare. - size2
- Type: Windows.FoundationSize
The second instance of Windows.Foundation.Size to compare.
Return Value
Type:
Boolean
true if the instances of Windows.Foundation.Size are not equal; otherwise
false.
See Also