예제 #1
0
 public int IsEqual([NativeTypeName("IFont *")] IFont *pFontOther)
 {
     return(((delegate * stdcall <IFont *, IFont *, int>)(lpVtbl[21]))((IFont *)Unsafe.AsPointer(ref this), pFontOther));
 }
예제 #2
0
 public int IsEqual(IFont *pFontOther)
 {
     return(((delegate * unmanaged <IFont *, IFont *, int>)(lpVtbl[21]))((IFont *)Unsafe.AsPointer(ref this), pFontOther));
 }