C# Class StoryTeller.UserInterface.SaveTestMessage

Mostra file Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method Description
Equals ( SaveTestMessage obj ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
SaveTestMessage ( Test test ) : StoryTeller.Domain

Method Details

Equals() public method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

SaveTestMessage() public method

public SaveTestMessage ( Test test ) : StoryTeller.Domain
test Test
return StoryTeller.Domain