ConversionCommonLessEqual Method

Return the logical result of value1 <= value2.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static Object CommonLessEqual(
	Object value1,
	Object value2
)

Parameters

value1  Object
Value expected to be less or equal.
value2  Object
Value expected to be greater or equal.

Return Value

Object
True if value1 evaluates to less than or equal to value2. Otherwise, false.

See Also