C# Class numl.Data.Tree

Class Tree.
Inheritance: Graph
Afficher le fichier Open project: sethjuarez/numl Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

GetHashCode() public méthode

Returns the hash code for this Tree.
public GetHashCode ( ) : int
Résultat int