__WinDate.Equals 方法 | |
Indicates whether this instance and a specified object are equal.
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD Equals(
obj AS Object
) AS LOGIC
public override bool Equals(
Object obj
)
查看代码参数
- obj
- 类型:Object
The object to compare with the current instance.
返回值
类型:
Boolean if
obj and this instance are the same type and represent the same value; otherwise,
.
参见