Method Equals
Equals(object)
Returns a value indicating whether this instance is equal to a specified object.
public override bool Equals(object obj)
Parameters
obj
objectAn object to compare with this instance.
Returns
- bool
true if
obj
is an instance of Edge<TNodeValue, TEdgeLabel> and its label equals the label value of this instance; otherwise, false.