ConversionCommonGreaterEqual Method

Return the logical result of value1 >= value2.

Definition

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

Parameters

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

Return Value

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

See Also