Method IsCompatibleWith
IsCompatibleWith(Port, Port, IPortEditor)
Determines whether port anchor is compatible with the specified candidate port anchor.
Declaration
public bool IsCompatibleWith(Port startAnchor, Port candidateAnchor, IPortEditor otherPortDescription)
Parameters
| Type | Name | Description |
|---|---|---|
| Port | startAnchor | The start anchor. |
| Port | candidateAnchor | The candidate anchor. |
| IPortEditor | otherPortDescription | The other port description. |
Returns
| Type | Description |
|---|---|
| bool |
|