op_Equality

FontSize Equality operator

Checks whether two “FontSize” values are equal

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

Return Value

true if are equal, false otherwise

See Also