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