ConfigurationNode.CompareTo Method

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Compares the specified node to the current node based on the value of the property.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.Configuration.Design.dll)

Syntax

'Declaration
PublicFunctionCompareTo ( _
    nodeAs ConfigurationNode _
) As Integer
public int CompareTo(
    ConfigurationNode node
)
public:
int CompareTo(
    ConfigurationNode^ node
)
publicfunctionCompareTo(
    node : ConfigurationNode
) : int

Parameters

Return Value

A signed integer that indicates the relative order of this node and the node being compared.

See Also

ConfigurationNode Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design Namespace

ConfigurationNode.Name

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.