PivotViewerProperty.CompareTo Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Compares the current instance of PivotViewerProperty with another PivotViewerProperty.
Namespace: System.Windows.Controls.Pivot
Assembly: System.Windows.Controls.Pivot (in System.Windows.Controls.Pivot.dll)
Syntax
'Declaration
Public Function CompareTo ( _
other As PivotViewerProperty _
) As Integer
public int CompareTo(
PivotViewerProperty other
)
Parameters
- other
Type: System.Windows.Controls.Pivot.PivotViewerProperty
The PivotViewerProperty to compare to with this instance.
Return Value
Type: System.Int32
0 if the PivotViewerProperty are equal. -1 if the parameter is null or less than this PivotViewerProperty; 1 otherwise.
Implements
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.