[This is preliminary documentation and is subject to change.]
Returns true when two nodes represent the same binding, host and service identities.
The implementation depends on binding, for example some binding may recognize an optional parameter as part of host segment, however
that parameter does not change the identity of the node instance
Namespace: NFX.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public abstract bool AreNodesIdentical(
Node left,
Node right
)
public abstract bool AreNodesIdentical(
Node left,
Node right
)
Public MustOverride Function AreNodesIdentical (
left As Node,
right As Node
) As Boolean
Public MustOverride Function AreNodesIdentical (
left As Node,
right As Node
) As Boolean
public:
virtual bool AreNodesIdentical(
Node left,
Node right
) abstract
public:
virtual bool AreNodesIdentical(
Node left,
Node right
) abstract
abstract AreNodesIdentical :
left : Node *
right : Node -> bool
abstract AreNodesIdentical :
left : Node *
right : Node -> bool
Return Value
Type:
Boolean