bigloo.foreign.FOREIGN_NULLP C# (CSharp) Method

FOREIGN_NULLP() public static method

public static FOREIGN_NULLP ( Object f ) : bool
f Object
return bool
        public static bool FOREIGN_NULLP( Object  f )
        {
            return (f == null);
        }
foreign