PivotViewerHyperlink Operators

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

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The PivotViewerHyperlink type exposes the following members.

Operators

  Name Description
Public operatorStatic member Equality Compares two PivotViewerHyperlink objects based on Text and Uri properties and returns a value to indicate if they are equal to each other.
Public operatorStatic member GreaterThan Compares two PivotViewerHyperlink objects based on Text and Uri properties and returns a value to indicate if one object is greater than the other.
Public operatorStatic member Inequality Compares two PivotViewerHyperlink objects based on Text and Uri properties and returns a value to indicate if they are not equal to each other.
Public operatorStatic member LessThan Compares two PivotViewerHyperlink objects based on Text and Uri properties and returns a value to indicate if one object is lesser than the other.

Top