/// <summary>
 /// Compute hash code
 /// </summary>
 public override int GetHashCode()
 {
     return(_charBuffer != null?_charBuffer.GetHashCode() ^ _offsetToFirstChar : 0);
 }