AmountEquals(Amount) Method
Determines whether the specified
Amount is equal to the current one.
Namespace: DevCase.Core.Math.ScienceAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool Equals(
Amount amount
)
Public Function Equals (
amount As Amount
) As Boolean
Dim instance As Amount
Dim amount As Amount
Dim returnValue As Boolean
returnValue = instance.Equals(amount)
public:
virtual bool Equals(
Amount^ amount
) sealed
abstract Equals :
amount : Amount -> bool
override Equals :
amount : Amount -> bool
No code example is currently available or this language may not be supported.
- amount Amount
-
The Amount to compare with the current one.
Boolean if the specified
Amount is equal to the current one;
otherwise,
.
IEquatableTEquals(T)