Represents a runtime-friendly single logical connection between an output port and an input port in a graph.
Two instances are considered equal when they refer to the same output port and the same input port.
| Property | Description |
|---|---|
| InputPortGuid | The input port GUID for this connection. |
| OutputPortGuid | The output port GUID for this connection. |
| Operator | Description |
|---|---|
| operator != | Determines whether two instances are not equal. |
| operator == | Determines whether two instances are equal. |