Пример #1
0
 /// <summary>
 /// Method to get the hash code of the element
 /// </summary>
 /// <returns>Integer of the hash code for the element</returns>
 public override int GetHashCode()
 => WrappedDriver.GetHashCode() << 8 + Id;