op_Equality

FontType Equality operator

Comprueba si dos valores de “FontType” son iguales

public static bool operator ==(FontType first, FontType second)
Parámetro Escribe Descripción
first FontType Primer FontType para comprobar
second FontType Segundo tipo de fuente para comprobar

Valor_devuelto

Verdadero si son iguales, falso si son desiguales

Ver también