Currency.Equals Method (Currency) | |
Indicates whether the current object is equal to another object of the same type.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax METHOD Equals(
rhs AS CURRENCY
) AS LOGIC
public bool Equals(
Currency rhs
)
Request Example
View SourceParameters
- rhs
- Type: Currency
Return Value
Type:
Logic if the current object is equal to the
other parameter; otherwise,
.
Implements
Equals(T)See Also