Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
x
Type: Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNodeThe first PortalSiteMapNode to compare.
y
Type: Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNodeThe second PortalSiteMapNode to compare.
Return Value
Type: System.Int32