C# Class Cgw.SmcError.SmcErrKey

错误码字典key类
Afficher le fichier Open project: eSDK/esdk_Cgw Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

判断两个是否相同

GetHashCode ( ) : int

获取哈希值

SmcErrKey ( ) : System

构造函数

Method Details

Equals() public méthode

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

GetHashCode() public méthode

获取哈希值
public GetHashCode ( ) : int
Résultat int

SmcErrKey() public méthode

构造函数
public SmcErrKey ( ) : System
Résultat System