Class FlowNode_NotEqualsT<T>
[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
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
executionContextExecutionContext
Returns
- UniTask
__getTypeName()
protected override string __getTypeName()
Returns
__initializePorts()
protected override void __initializePorts()
__initializeVariables()
protected override void __initializeVariables()