bigloo.foreign.BOOLEANP C# (CSharp) Method

BOOLEANP() public static method

public static BOOLEANP ( Object o ) : bool
o Object
return bool
        public static bool BOOLEANP( Object  o )
        {
            return ((o == bbool.faux) || (o == bbool.vrai));
        }
foreign