ConcreteCallGraphNode.Equals Method

Definition

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

Returns

Boolean

Implements

Applies to

Equals(Object)

Determines whether the specified object is equal to the current object.

public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

Returns

Boolean

Applies to