C# Class Exceptionless.Core.Models.Data.Parameter

Inheritance: IData
显示文件 Open project: zhjgstc/AspNetCoreCloud Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Parameter ( ) : System

Protected Methods

Method Description
Equals ( Parameter other ) : bool

Method Details

Equals() protected method

protected Equals ( Parameter other ) : bool
other Parameter
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Parameter() public method

public Parameter ( ) : System
return System