bigloo.foreign.BGL_CONDVARP C# (CSharp) Method

BGL_CONDVARP() public static method

public static BGL_CONDVARP ( Object o ) : bool
o Object
return bool
        public static bool BGL_CONDVARP(Object o)
        {
            return (o is condvar);
        }
foreign