bigloo.foreign.PAIRP C# (CSharp) Method

PAIRP() public static method

public static PAIRP ( Object o ) : bool
o Object
return bool
        public static bool PAIRP( Object  o )
        {
            return (o is pair);
        }
foreign