ConcreteCallGraphNode.Equals 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.
Overloads
| Equals(ConcreteCallGraphNode) |
Determines if the object is the same as the given node, ignoring the ordering of key-value pairs in the type parameter dictionaries. |
| Equals(Object) |
Equals(ConcreteCallGraphNode)
Determines if the object is the same as the given node, ignoring the ordering of key-value pairs in the type parameter dictionaries.
public bool Equals (Microsoft.Quantum.QsCompiler.DependencyAnalysis.ConcreteCallGraphNode other);
override this.Equals : Microsoft.Quantum.QsCompiler.DependencyAnalysis.ConcreteCallGraphNode -> bool
Public Function Equals (other As ConcreteCallGraphNode) As Boolean
Parameters
- other
- ConcreteCallGraphNode