C# 클래스 BudgetAnalyser.Engine.BankAccount.Account

A type representing any bank account.
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Determines whether the specified System.Object, is equal to this instance. Or if the Account Equals the other Account

GetHashCode ( ) : int

Returns a hash code for this instance.

ToString ( ) : string

Returns a System.String that represents this instance.

operator ( ) : bool

Implements the operator ==. Delegates to Equals.

보호된 메소드들

메소드 설명
Account ( ) : JetBrains.Annotations

Initializes a new instance of the Account class.

Equals ( [ other ) : bool

Returns true if the Account.Name is equal to the other Account.Name

메소드 상세

Account() 보호된 메소드

Initializes a new instance of the Account class.
protected Account ( ) : JetBrains.Annotations
리턴 JetBrains.Annotations

Equals() 보호된 메소드

Returns true if the Account.Name is equal to the other Account.Name
protected Equals ( [ other ) : bool
other [
리턴 bool

Equals() 공개 메소드

Determines whether the specified System.Object, is equal to this instance. Or if the Account Equals the other Account
public Equals ( object obj ) : bool
obj object The to compare with this instance.
리턴 bool

GetHashCode() 공개 메소드

Returns a hash code for this instance.
public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

Implements the operator ==. Delegates to Equals.
public static operator ( ) : bool
리턴 bool