bigloo.foreign.CUSTOM_CMP C# (CSharp) Method

CUSTOM_CMP() public static method

public static CUSTOM_CMP ( custom c1, custom c2 ) : bool
c1 custom
c2 custom
return bool
        public static bool CUSTOM_CMP( custom  c1,
				     custom  c2 )
        {
            return c1.equal( c2 );
        }
foreign