MindFusion.Wpf Pack Programmer's Guide
ConnectionPoint.SameNode Method
See Also
 





Checks whether the current connection point and the specified connection point are associated with the same node.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public virtual bool SameNode (
    ConnectionPoint otherConnectionPoint
)

Visual Basic  Copy Code

Public Overridable Function SameNode( _
    otherConnectionPoint As ConnectionPoint _
) As Boolean

 Parameters

otherConnectionPoint

 Return Value

 See Also

ConnectionPoint Members
ConnectionPoint Class
MindFusion.Diagramming.Wpf Namespace