op_Equality

FontStyle Equality operator

Checks whether two “FontStyle” values are equal

public static bool operator ==(FontStyle first, FontStyle second)
Parameter Type Description
first FontStyle First value to check
second FontStyle Second value to check

Return Value

true if are equal, false otherwise

See Also