bigloo.foreign.ELONGP C# (CSharp) Method

ELONGP() public static method

public static ELONGP ( Object o ) : bool
o Object
return bool
        public static bool ELONGP( Object  o )
        {
            return (o is belong);
        }
foreign