Table of Contents

Method Equals

Namespace
Bonsai.Dag
Assembly
Bonsai.Core.dll

Equals(object)

Returns a value indicating whether this instance is equal to a specified object.

public override bool Equals(object obj)

Parameters

obj object

An 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.