GoXam for WPF v3
IsEqualPortParameters Method
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : IsEqualPortParameters Method
This predicate compares two PortKey values and returns true if they are "equal".
Syntax
protected virtual bool IsEqualPortParameters( 
   PortKey a,
   PortKey b
)

Parameters

a
b

Return Value

Normally this uses the default EqualityComparer for the PortKey type. But you may need to override this method if that kind of equality comparison is inappropriate for your port information.
See Also

Reference

GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Members