MoneyEquals(Object) Method
Determines whether the specified
Object is equal to this
instance of
Money.
Namespace: InnerDrive.FinancialAssembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
public override bool Equals(
Object? obj
)
- obj Object
- The Object to compare to this Money
instance.
Booleantrue if
obj is an instance of
Money
whose value and currency are both equal to
this instance of
Money; otherwise,
false.
If
obj is not a
Money or implicitly
convertible into one,
Equals returns
false.