/***********************************************************************************\ * GD Miscellaneous \***********************************************************************************/ public void Compare(GD handle2) { GDImport.gdImageCompare(this.Handle, handle2.Handle); }