Class FlowNode_EqualsT<T>
[CeresGroup("Utilities")]
[CeresLabel("Equals")]
[NodeInfo("Returns true when the two input values are equal.")]
public class FlowNode_EqualsT<T> : FlowNode, IEnumerable<CeresNode>, IEnumerable, IDisposable
Type Parameters
T
- Inheritance
-
FlowNode_EqualsT<T>
- Implements
- Inherited Members
Constructors
FlowNode_EqualsT()
public FlowNode_EqualsT()
Fields
resultValue
[OutputPort(true)]
[CeresLabel("Result")]
public CeresPort<bool> resultValue
Field Value
value1
[InputPort(false)]
public CeresPort<T> value1
Field Value
- CeresPort<T>
value2
[InputPort(false)]
public CeresPort<T> value2
Field Value
- CeresPort<T>
Methods
LocalExecute(ExecutionContext)
Do node local execution, sync only
protected override void LocalExecute(ExecutionContext executionContext)
Parameters
executionContextExecutionContext
__getTypeName()
protected override string __getTypeName()
Returns
__initializePorts()
protected override void __initializePorts()
__initializeVariables()
protected override void __initializeVariables()