op_Equality

FontWeight Equality operator

Checks whether two “FontWeight” values are equal

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

Return Value

true if are equal, false otherwise

See Also