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