点击或拖拽改变大小

__Currency.Equals 方法 (__Currency)

X#
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
查看代码

参数

rhs
类型:__Currency

返回值

类型:Boolean
if the current object is equal to the other parameter; otherwise, .

实现

Equals(T)
参见