Table of Contents

Class FlowNode_NotEqualsT<T>

Namespace
Ceres.Flow.Utilities
Assembly
Ceres.Flow.dll
[CeresGroup("Utilities")]
[CeresLabel("Not Equals")]
[NodeInfo("Returns true when the two input values are not equal.")]
[CeresMetadata(new string[] { "style = ConstNode", "path = Dependency" })]
public class FlowNode_NotEqualsT<T> : ExecutableNode, IEnumerable<CeresNode>, IEnumerable, IDisposable

Type Parameters

T
Inheritance
FlowNode_NotEqualsT<T>
Implements
Inherited Members

Constructors

FlowNode_NotEqualsT()

public FlowNode_NotEqualsT()

Fields

resultValue

[OutputPort(true)]
[CeresLabel("Result")]
public CeresPort<bool> resultValue

Field Value

CeresPort<bool>

value1

[InputPort(false)]
public CeresPort<T> value1

Field Value

CeresPort<T>

value2

[InputPort(false)]
public CeresPort<T> value2

Field Value

CeresPort<T>

Methods

Execute(ExecutionContext)

protected override UniTask Execute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

Returns

UniTask

__getTypeName()

protected override string __getTypeName()

Returns

string

__initializePorts()

protected override void __initializePorts()

__initializeVariables()

protected override void __initializeVariables()