C# Class Next.Dtos.InstrumentMatch

Inheritance: Instrument
Mostra file Open project: JohanLarsson/Next

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
operator ( ) : bool

Protected Methods

Method Description
Equals ( InstrumentMatch other ) : bool

Method Details

Equals() protected method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool