Struct InputPortID
Weakly typed identifier for a given input port of a node.
Inherited Members
Namespace: Unity.DataFlowGraph
Syntax
public struct InputPortID : IPortID
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| String |
Overrides
Operators
Equality(InputPortID, InputPortID)
Declaration
public static bool operator ==(InputPortID left, InputPortID right)
Parameters
| Type | Name | Description |
|---|---|---|
| InputPortID | left | |
| InputPortID | right |
Returns
| Type | Description |
|---|---|
| Boolean |
Inequality(InputPortID, InputPortID)
Declaration
public static bool operator !=(InputPortID left, InputPortID right)
Parameters
| Type | Name | Description |
|---|---|---|
| InputPortID | left | |
| InputPortID | right |
Returns
| Type | Description |
|---|---|
| Boolean |