C# Класс Bid, tf_client

Наследование: ExtensibleDataObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Equals() публичный Метод

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 . ///
Результат bool

GetHashCode() публичный Метод

Serves as a hash function for a Bid object.
public GetHashCode ( ) : int
Результат int

operator() публичный статический Метод

Determines whether one specified Bid is lower than another specfied Bid.
public static operator ( ) : bool
Результат bool