__Currency.Equals 方法 (__Currency) | |
Indicates whether the current object is equal to another object of the same type.
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 METHOD Equals(
rhs AS CURRENCY
) AS LOGIC
public bool Equals(
__Currency rhs
)
查看代码参数
- rhs
- 类型:__Currency
返回值
类型:
Boolean if the current object is equal to the
other parameter; otherwise,
.
实现
Equals(T)参见