C# 클래스 Bid, tf_client

상속: ExtensibleDataObject
파일 보기 프로젝트 열기: wids-eria/tf_client 1 사용 예제들

공개 메소드들

메소드 설명
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