PivotViewerHyperlink.GreaterThan Operator

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Compares two PivotViewerHyperlink objects based on Text and Uri properties and returns a value to indicate if one object is greater than the other.

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

Syntax

'Declaration
Public Shared Operator > ( _
    link1 As PivotViewerHyperlink, _
    link2 As PivotViewerHyperlink _
) As Boolean
public static bool operator >(
    PivotViewerHyperlink link1,
    PivotViewerHyperlink link2
)

Return Value

Type: System.Boolean
true if link1 is greater than link2; false otherwise.

Version Information

Silverlight

Supported in: 5

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.