Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static void WaitEquals(int % location, int val);
public static void WaitEquals (ref int location, int val);
static member WaitEquals : int * int -> unit
Public Shared Sub WaitEquals (ByRef location As Integer, val As Integer)