ConversionCommonCompare Method
Return the result of comparison for values 1 and 2.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static Object CommonCompare(
Object value1,
Object value2
)
Public Shared Function CommonCompare (
value1 As Object,
value2 As Object
) As Object
No code example is currently available or this language may not be supported.
- value1 Object
-
Left Operand.
- value2 Object
-
Right Operand.
Object
Operations member, typed as an object, indicating whether
value1 is greater than, less than, or equal to value2.
The calling application can determine whether the comparison matches
more specific ranges such as >=, etc.