op_Equality

FontStyles Equality operator

Checks whether two FontStyles values are equal

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

Return Value

true if are equal, false otherwise

See Also