Ejemplo n.º 1
0
 public override int GetHashCode()
 {
     return(Jid.GetHashCode());
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Serves as a hash function for a particular type.
 /// </summary>
 /// <returns>
 /// A hash code for the current <see cref="T:System.Object"/>.
 /// </returns>
 /// <filterpriority>2</filterpriority>
 public override int GetHashCode()
 {
     return(Jid != null ? Jid.GetHashCode() : 0);
 }