C# Class StoryTeller.Testing.Engine.Service

Show file Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method Description
Equals ( Service obj ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Service ( string name ) : System

Method Details

Equals() public method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Service() public method

public Service ( string name ) : System
name string
return System