bigloo.foreign.NULLP C# (CSharp) Method

NULLP() public static method

public static NULLP ( Object o ) : bool
o Object
return bool
        public static bool NULLP( Object  o )
        {
            return (o == BNIL);
        }
foreign