Share via


Equality Operator

Returns a value indicating whether the first specified WebServiceVersion is 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 the equivalent; otherwise false.

Remarks

Determines whether the specified WebServiceVersion objects are considered equal.

Permissions

See Also

Reference

WebServiceVersion Structure

WebServiceVersion Members

Microsoft.CommerceServer Namespace