C# 클래스 numl.Data.Tree

Class Tree.
상속: Graph
파일 보기 프로젝트 열기: sethjuarez/numl 1 사용 예제들

공개 메소드들

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

Determines whether the specified object is equal to the current root Tree object.

GetHashCode ( ) : int

Returns the hash code for this Tree.

메소드 상세

Equals() 공개 메소드

Determines whether the specified object is equal to the current root Tree object.
public Equals ( object obj ) : bool
obj object Object to test.
리턴 bool

GetHashCode() 공개 메소드

Returns the hash code for this Tree.
public GetHashCode ( ) : int
리턴 int