Built in trigger that signals a triggered condition when the values in the two series match the comparison function.

Namespace:  RightEdge.Triggers
Assembly:  Triggers (in Triggers.dll)
Version: 2008.1.0.0 (2008.1.0.0)

Syntax

C#
[SerializableAttribute]
public class ComparisonTrigger : TriggerBase
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ComparisonTrigger _
	Inherits TriggerBase
Visual C++
[SerializableAttribute]
public ref class ComparisonTrigger : public TriggerBase

Remarks

See the end user guide for more information about building and evaulating triggers from code and from drag and drop.

Inheritance Hierarchy

System..::.Object
  RightEdge.Common..::.TriggerBase
    RightEdge.Triggers..::.ComparisonTrigger

See Also