/// <summary>
 /// Returns the hash code for this <see cref="uLink.NetworkReference"/>.
 /// </summary>
 /// <returns>
 /// A 32-bit signed integer that is the hash code for this <see cref="uLink.NetworkReference"/>.
 /// </returns>
 /// <filterpriority>2</filterpriority>
 public override int GetHashCode()
 {
     return(viewID.GetHashCode());
 }