AVOLITES TITAN API

IsNotEqual

Returns whether the two values are not equal.

Namespace: Math

Syntax

MACRO

Boolean Math.IsNotEqual(Object x, Object y)

HTTP

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

Parameters

x ( Object ) : First item to compare.

y ( Object ) : Second item to compare.

Returns

True if the two values are not equal.