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