MobileTrack.EventHandler.NodeHandlers.Logic Namespace

 

Classes

IfEqual Checks whether the first number is equal to the second number.
IfEqualOrGreater Checks whether the first number is equal to or greater than the second number.
IfEqualOrLower Checks whether the first number is lower than or equal to the second number.
IfGreater Checks whether the first number is greater than the second number.
IfLower Checks whether the first number is lower than the second number.
IfResourcesSameInstance Checks whether the two resources are the same instance; does not check for total equality, just the Id
IfTrue Redirects action flow traffic based on the boolean input.