bigloo.foreign.EOF_OBJECTP C# (CSharp) Method

EOF_OBJECTP() public static method

public static EOF_OBJECTP ( Object o ) : bool
o Object
return bool
        public static bool EOF_OBJECTP( Object  o )
        {
            return (o == BEOF);
        }
foreign