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
- 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 the equivalent; otherwise false.
Remarks
Determines whether the specified WebServiceVersion objects are considered equal.
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.