RSDKv3 CheckNotEqual¶ Description¶ Checks if X and Y are not equal and stores the result in CheckResult. Parameters¶ X, Y The values to check. Return Value¶ Sets CheckResult to the result. Syntax¶ CheckNotEqual(int X, int Y) Example¶ CheckNotEqual(Object.Frame, 3)