Click or drag to resize
Accord.NET (logo)

NodeDistanceTNodeEquals Method (NodeDistanceTNode)

Namespace:  Accord.Collections
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public bool Equals(
	NodeDistance<TNode> other
)
Request Example View Source

Parameters

other
Type: Accord.CollectionsNodeDistanceTNode
The NodeDistanceTNode to compare with this instance.

Return Value

Type: Boolean
true if the specified NodeDistanceTNode is equal to this instance; otherwise, false.

Implements

IEquatableTEquals(T)
See Also