C# Class ServiceStack.Redis.Tests.Generic.Answer

Mostra file Open project: ServiceStack/ServiceStack.Redis Class Usage Examples

Public Methods

Method Description
Create ( long id, long questionId ) : Answer
Equals ( Answer other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

Create() public static method

public static Create ( long id, long questionId ) : Answer
id long
questionId long
return Answer

Equals() public method

public Equals ( Answer other ) : bool
other Answer
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int