__Float.Equals 方法 (__Float) | |
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 FLOAT
) AS LOGIC
public bool Equals(
__Float rhs
)
查看代码参数
- rhs
- 类型:__Float
返回值
类型:
Boolean if the current object is equal to the
other parameter; otherwise,
.
实现
Equals(T)参见