bigloo.foreign.FOREIGN_EQP C# (CSharp) Method

FOREIGN_EQP() public static method

public static FOREIGN_EQP ( Object f1, Object f2 ) : bool
f1 Object
f2 Object
return bool
        public static bool FOREIGN_EQP( Object  f1,
				      Object  f2 )
        {
            return (f1 == f2);
        }
foreign