AVOLITES TITAN API

IsEqualAndIsEqual

Function that checks two pairs of values are both equal. This isn't very pretty. But until the menu system supports '(A==B)&&(C==D)' This function provides it.

Namespace: Math

Syntax

MACRO

Boolean Math.IsEqualAndIsEqual(Object x1, Object y1, Object x2, Object y2)

HTTP

http://[ip]:4430/titan/script/2/Math/IsEqualAndIsEqual?x1={}&y1={}&x2={}&y2={}

Parameters

x1 ( Object ) : The x1.

y1 ( Object ) : The y1.

x2 ( Object ) : The x2.

y2 ( Object ) : The y2.

Returns