Frequency.op_GreaterThanOrEqual
Frequency GreaterThanOrEqual operator
Implements the operator >=.
public static bool operator >=(Frequency a, Frequency b)
| Parameter | Type | Description |
|---|---|---|
| a | Frequency | The parameter a. |
| b | Frequency | The parameter b. |
Return Value
The result of the operator.
Exceptions
| exception | condition |
|---|---|
| ArgumentException | Arguments have different types |
| ArgumentNullException | An argument is null |
See Also
- class Frequency
- namespace Aspose.Html.Drawing
- assembly Aspose.HTML