cairo_font_options_equal() приватный Метод

private cairo_font_options_equal ( IntPtr options, IntPtr other ) : bool
options System.IntPtr
other System.IntPtr
Результат bool
Пример #1
0
 bool Equals(FontOptions options)
 {
     return(options != null && NativeMethods.cairo_font_options_equal(Handle, options.Handle));
 }