AVOLITES TITAN API

IsEqual

Returns whether the two values are equal or not.

Namespace: Math

Syntax

MACRO

Boolean Equal(System.Object, System.Object)

HTTP

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

Parameters

x: The value to compare with y.

y: The value to compare with x.

Returns

True is equal and false otherwise.