| ResolutionLessThan Operator |
Implements the operator <.
Namespace: Aspose.Html.DrawingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic static bool operator <(
Resolution a,
Resolution b
)
Public Shared Operator < (
a As Resolution,
b As Resolution
) As Boolean
public:
static bool operator <(
Resolution^ a,
Resolution^ b
)
static let inline (<)
a : Resolution *
b : Resolution : boolParameters
- a
- Type: Aspose.Html.DrawingResolution
The parameter a. - b
- Type: Aspose.Html.DrawingResolution
The parameter b.
Return Value
Type:
Boolean
The result of the operator.
Exceptions
See Also