C# Класс numl.Data.Tree

Class Tree.
Наследование: Graph
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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