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