Binding AreNodesIdentical Method NFX Class Library

[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.Glue
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public abstract bool AreNodesIdentical(
	Node left,
	Node right
)

Return Value

Type: OnlineBoolean
See Also