IsEquivalent Method

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
Public Function IsEquivalent ( _
    otherValue As Variant _
) As Boolean
'Usage
Dim instance As Variant
Dim otherValue As Variant
Dim returnValue As Boolean

returnValue = instance.IsEquivalent(otherValue)
public bool IsEquivalent(
    Variant otherValue
)
public:
bool IsEquivalent(
    Variant^ otherValue
)

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

Variant Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace