点击或拖拽改变大小

AppSession.Equals 方法

Determines whether the specified object is equal to the current object.

命名空间:  HslCommunication.Core.Net
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.2.0.0 (12.2.0.0)
语法
public override bool Equals(
	Object obj
)

参数

obj
类型:System.Object
The object to compare with the current object.

返回值

类型:Boolean
true if the specified object is equal to the current object; otherwise, false.
参见