Share via


NavigationComparer.CompareProperties Method

This member is reserved for internal use and is not intended to be used directly from your code..

Namespace:  Microsoft.SharePoint.Publishing.Navigation
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Function CompareProperties ( _
    x As PortalSiteMapNode, _
    y As PortalSiteMapNode _
) As Integer
'Usage
Dim instance As NavigationComparer
Dim x As PortalSiteMapNode
Dim y As PortalSiteMapNode
Dim returnValue As Integer

returnValue = instance.CompareProperties(x, _
    y)
public int CompareProperties(
    PortalSiteMapNode x,
    PortalSiteMapNode y
)

Parameters

Return Value

Type: System.Int32

See Also

Reference

NavigationComparer Class

NavigationComparer Members

Microsoft.SharePoint.Publishing.Navigation Namespace

NavigationComparer