CallGraphEdge.Equals(CallGraphEdge) Method

Definition

Determines if the object is the same as the given edge, ignoring the ordering of key-value pairs in the type parameter dictionaries.

public bool Equals (Microsoft.Quantum.QsCompiler.DependencyAnalysis.CallGraphEdge edge);
override this.Equals : Microsoft.Quantum.QsCompiler.DependencyAnalysis.CallGraphEdge -> bool
Public Function Equals (edge As CallGraphEdge) As Boolean

Parameters

Returns

Boolean

Implements

Applies to