Compartir a través de


UIFont.Inequality(UIFont, UIFont) Operador

Definición

Compara dos objetos UIFont para determinar si no son iguales.

public static bool operator != (UIKit.UIFont f1, UIKit.UIFont f2);
static member op_Inequality : UIKit.UIFont * UIKit.UIFont -> bool

Parámetros

f1
UIFont
f2
UIFont

Devoluciones

Comentarios

(Se incluye más documentación para este nodo)

Se puede usar desde un subproceso en segundo plano.

Se aplica a