C# Class ExcelFormulaParser.Engine.Exceptions.ExcelErrorCodes

显示文件 Open project: swmal/ExcelFormulaParser Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsErrorCode ( object valueToTest ) : bool
operator ( ) : bool

Private Methods

Method Description
ExcelErrorCodes ( string code ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsErrorCode() public static method

public static IsErrorCode ( object valueToTest ) : bool
valueToTest object
return bool

operator() public static method

public static operator ( ) : bool
return bool