Esempio n. 1
0
 /// <summary>
 /// Returns the hash code of this object.
 /// </summary>
 /// <returns>The hash code of this object.</returns>
 public override int GetHashCode() =>
 CompiledKernelKey.GetHashCode() ^ ImplicitGroupSize;
Esempio n. 2
0
 public override int GetHashCode()
 {
     return(CompiledKernelKey.GetHashCode() ^ ImplicitGroupSize);
 }