bigloo.foreign.OBJECT_PTR_NULL C# (CSharp) Method

OBJECT_PTR_NULL() public static method

public static OBJECT_PTR_NULL ( Object o ) : bool
o Object
return bool
        public static bool OBJECT_PTR_NULL( Object  o )
        {
            return (o == null);
        }
foreign