GeneratorPosition.Inequality Operator

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

Compares two GeneratorPosition objects for value inequality.

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

Syntax

Public Shared Operator <> ( _
    gp1 As GeneratorPosition, _
    gp2 As GeneratorPosition _
) As Boolean
public static bool operator !=(
    GeneratorPosition gp1,
    GeneratorPosition gp2
)

Parameters

Return Value

Type: System..::.Boolean
true if the values are not equal; otherwise, false.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

GeneratorPosition Structure

System.Windows.Controls.Primitives Namespace