ResolutionLessThan Operator
Implements the operator <.

Namespace: Aspose.Html.Drawing
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public static bool operator <(
	Resolution a,
	Resolution b
)

Parameters

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
ExceptionCondition
ArgumentExceptionArguments have different types
ArgumentNullExceptionAn argument is null
See Also