OpenTypeMethods.NotEqual Method

Performs a logical comparison of the two values to determine if they are not equal.

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Shared Function NotEqual ( _
    left As Object, _
    right As Object _
) As Object
'Usage
Dim left As Object 
Dim right As Object 
Dim returnValue As Object 

returnValue = OpenTypeMethods.NotEqual(left, _
    right)
public static Object NotEqual(
    Object left,
    Object right
)
public:
static Object^ NotEqual(
    Object^ left, 
    Object^ right
)
static member NotEqual : 
        left:Object * 
        right:Object -> Object
public static function NotEqual(
    left : Object, 
    right : Object
) : Object

Parameters

Return Value

Type: System.Object
true if both objects are not equal; otherwise, false.

See Also

Reference

OpenTypeMethods Class

System.Data.Services.Providers Namespace