C# Class Cgw.SmcError.SmcErrKey

错误码字典key类
Mostra file Open project: eSDK/esdk_Cgw Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool

判断两个是否相同

GetHashCode ( ) : int

获取哈希值

SmcErrKey ( ) : System

构造函数

Method Details

Equals() public method

判断两个是否相同
public Equals ( object obj ) : bool
obj object object
return bool

GetHashCode() public method

获取哈希值
public GetHashCode ( ) : int
return int

SmcErrKey() public method

构造函数
public SmcErrKey ( ) : System
return System