点击或拖拽改变大小

__WinDate.Equals 方法

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

参数

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, .
参见