RSDKv4 CheckEqual¶ Description¶ Checks if x and y are equal and stores the result in checkResult. Parameters¶ x, y The values to check. Return Value¶ Sets checkResult to the result. Syntax¶ CheckEqual(int x, int y) Example¶ CheckEqual(object.value2, 100)