C# Class Bid, tf_client

Inheritance: ExtensibleDataObject
Mostra file Open project: wids-eria/tf_client Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool

Determines whether the specified System.Object is equal to the current Bids.

GetHashCode ( ) : int

Serves as a hash function for a Bid object.

operator ( ) : bool

Determines whether one specified Bid is lower than another specfied Bid.

Method Details

Equals() public method

Determines whether the specified System.Object is equal to the current Bids.
public Equals ( object obj ) : bool
obj object /// The to compare with the current . ///
return bool

GetHashCode() public method

Serves as a hash function for a Bid object.
public GetHashCode ( ) : int
return int

operator() public static method

Determines whether one specified Bid is lower than another specfied Bid.
public static operator ( ) : bool
return bool