AVOLITES TITAN API

IsNotEqual

Returns whether the two values are not equal.

Namespace: Math

Syntax

MACRO

Boolean NotEqual(System.Object, System.Object)

HTTP

http://[ip]:4430/titan/script/Math/IsNotEqual

Parameters

x: First item to compare.

y: Second item to compare.

Returns

True if the two values are not equal.