点击或拖拽改变大小

SoftBasicIsTwoTokenEquel 方法

判断两个数据的令牌是否相等
Determines whether the tokens of two data are equal

命名空间:  HslCommunication.BasicFramework
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public static bool IsTwoTokenEquel(
	Guid token1,
	Guid token2
)

参数

token1
类型:SystemGuid
第一个令牌
token2
类型:SystemGuid
第二个令牌

返回值

类型:Boolean
返回是否相等
参见