点击或拖拽改变大小

__Date.Equals 方法 (Object)

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

参数

o
类型:Object

返回值

类型:Boolean
if obj and this instance are the same type and represent the same value; otherwise, .
参见