ConversionCommonNotEqual Method
Return a value indicating whether values 1 and 2 are not equal.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static Object CommonNotEqual(
Object value1,
Object value2
)
Public Shared Function CommonNotEqual (
value1 As Object,
value2 As Object
) As Object
No code example is currently available or this language may not be supported.
- value1 Object
-
Left-side Value in comparison.
- value2 Object
-
Right-side Value in comparison.
Object
Value indicating whether values 1 and 2 are not equal.