AVOLITES TITAN API

IsEqual

Returns whether the two values are equal or not.

Namespace: Math

Syntax

MACRO

Boolean Math.IsEqual(Object x, Object y)

HTTP

http://[ip]:4430/titan/script/2/Math/IsEqual?x={}&y={}

Parameters

x ( Object ) : The value to compare with y.

y ( Object ) : The value to compare with x.

Returns

True is equal and false otherwise.