QsFragment.GetHashCode Method
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.
C#
public override sealed int GetHashCode ();
Public Overrides NotOverridable Function GetHashCode () As Integer
Returns
System.Int32
Applies to
Microsoft Quantum Development Kit Latest
Product | Versions |
---|---|
Microsoft Quantum Development Kit | Latest |
C#
public override sealed int GetHashCode (System.Collections.IEqualityComparer comp);
Public Overrides NotOverridable Function GetHashCode (comp As IEqualityComparer) As Integer
Parameters
- comp
- System.Collections.IEqualityComparer
Returns
System.Int32
Implements
System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer)
Applies to
Microsoft Quantum Development Kit Latest
Product | Versions |
---|---|
Microsoft Quantum Development Kit | Latest |