Lokad SDK for .NET - Documentation
Equality Operator
NamespacesLokadCurrencyAmountEquality(CurrencyAmount, CurrencyAmount)
Implements the operator ==.
Declaration Syntax
C#Visual BasicVisual C++
public static bool operator ==(
	CurrencyAmount originalValue,
	CurrencyAmount amount
)
Public Shared Operator = ( _
	originalValue As CurrencyAmount, _
	amount As CurrencyAmount _
) As Boolean
public:
static bool operator ==(
	CurrencyAmount originalValue, 
	CurrencyAmount amount
)
Parameters
originalValue (CurrencyAmount)
The original value.
amount (CurrencyAmount)
The amount.
Return Value
The result of the operator.

Assembly: Lokad.Sdk (Module: Lokad.Sdk) Version: 2.4.669.0 (2.4.669.0)