SoftBasicIsTwoTokenEquel 方法 |
判断两个数据的令牌是否相等
Determines whether the tokens of two data are equal
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static bool IsTwoTokenEquel(
Guid token1,
Guid token2
)
Public Shared Function IsTwoTokenEquel (
token1 As Guid,
token2 As Guid
) As Boolean
public:
static bool IsTwoTokenEquel(
Guid token1,
Guid token2
)
static member IsTwoTokenEquel :
token1 : Guid *
token2 : Guid -> bool
参数
- token1
- 类型:SystemGuid
第一个令牌 - token2
- 类型:SystemGuid
第二个令牌
返回值
类型:
Boolean返回是否相等
参见