SysTestAssert.isEqual Method [AX 2012]

Checks whether two values are equal.

private boolean isEqual(anytype _value1, anytype _value2)

Run On

Called

Parameters

_value1
Type: anytype
The first value.
_value2
Type: anytype
The second value.

Return Value

Type: boolean
true if equal; otherwise, false.

Community Additions

ADD
Show: