Description
Whether the comparison of the two inputs is true.
Snippet
Compare(0, ==, 0);
Properties
Returns: Boolean
Parameters: Value, Comparison, Value
Value
Type: Object | Array, Default: Number
The left-hand side of the comparison. This may be any value type if the operation is == or !=. Otherwise, real numbers are expected.Comparison
Type: Operator, Default: ==Value
Type: Object | Array, Default: Number
The right-hand side of the comparison. This may be any value type if the operation is == or !=. Otherwise, real numbers are expected.