Share via


SysTestAssert.isEqual Method [AX 2012]

Checks whether two values are equal.

Syntax

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.

See Also

Reference

SysTestAssert Class