HTMLparser.IsEqualOrBiggerFont Method

Majestic12

High-performance .NET C# HTMLparser Library

HTMLparser.IsEqualOrBiggerFont Method 

Checks if first font is equal or bigger than the second

public static bool IsEqualOrBiggerFont(
   FontSize oFont1,
   FontSize oFont2
);

Parameters

oFont1
Font #1
oFont2
Font #2

Return Value

True if Font #1 equal or bigger than the second, false otherwise

See Also

HTMLparser Class | Majestic12 Namespace