C# Class StoryTeller.UserInterface.Exploring.TestIconChanged

Exibir arquivo Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method Description
Equals ( TestIconChanged obj ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
TestIconChanged ( Test test, Icon icon ) : StoryTeller.Domain
ToString ( ) : string

Method Details

Equals() public method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

TestIconChanged() public method

public TestIconChanged ( Test test, Icon icon ) : StoryTeller.Domain
test Test
icon Icon
return StoryTeller.Domain

ToString() public method

public ToString ( ) : string
return string