CallGraphEdge.Equals(CallGraphEdge) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- edge
- CallGraphEdge