C# Class numl.Data.Tree

Class Tree.
Inheritance: Graph
Mostra file Open project: sethjuarez/numl Class Usage Examples

Public Methods

Method Description
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.

Method Details

Equals() public method

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

GetHashCode() public method

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