op_Equality

FontStyle Equality operator

Comprueba si dos valores de “FontStyle” son iguales

public static bool operator ==(FontStyle first, FontStyle second)
Parámetro Escribe Descripción
first FontStyle Primer valor a comprobar
second FontStyle Segundo valor a comprobar

Valor_devuelto

verdadero si son iguales, falso en caso contrario

Ver también