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
- x
Type: Microsoft.CommerceServer..::.WebServiceVersion
WebServiceVersion object to compare.
- y
Type: Microsoft.CommerceServer..::.WebServiceVersion
WebServiceVersion object to compare.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.