Share via


Inequality Operator

Returns a value indicating whether the first specified WebServiceVersion is not equal to the second specified WebServiceVersion.

Namespace:  Microsoft.CommerceServer
Assembly:  Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)

Syntax

'Declaration
Public Shared Operator <> ( _
    x As WebServiceVersion, _
    y As WebServiceVersion _
) As Boolean
'Usage
Dim x As WebServiceVersion
Dim y As WebServiceVersion
Dim returnValue As Boolean

returnValue = (x <> y)
public static bool operator !=(
    WebServiceVersion x,
    WebServiceVersion y
)
public:
static bool operator !=(
    WebServiceVersion x, 
    WebServiceVersion y
)
JScript does not support overloaded operators.

Parameters

Return Value

Type: System..::.Boolean
true to indicate the WebServiceVersion objects are not equivalent; otherwise false.
true if objects are different version.

Remarks

Determines whether the specified WebServiceVersion objects are considered not equal. Returns true if objects are different version.

Permissions

See Also

Reference

WebServiceVersion Structure

WebServiceVersion Members

Microsoft.CommerceServer Namespace