Table of Contents

Class FlowNode_EqualsT<T>

Namespace
Ceres.Graph.Flow.Utilities
Assembly
cs.temp.dll.dll
public class FlowNode_EqualsT<T> : FlowNode, IDisposable

Type Parameters

T
Inheritance
object
FlowNode_EqualsT<T>
Implements
IDisposable
Inherited Members

Fields

resultValue

public CeresPort<bool> resultValue

Field Value

CeresPort<bool>

value1

public CeresPort<T> value1

Field Value

CeresPort<T>

value2

public CeresPort<T> value2

Field Value

CeresPort<T>

Methods

LocalExecute(ExecutionContext)

protected override void LocalExecute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext