예제 #1
0
 /// <summary>Serves as a hashcode for the specified type</summary>
 public override int GetHashCode()
 {
     return(Time.GetHashCode() ^ SvnEventArgs.SafeGetHashCode(Author));
 }
예제 #2
0
 /// <summary>Serves as a hashcode for the specified type</summary>
 public override int GetHashCode()
 {
     return(SvnEventArgs.SafeGetHashCode(Name) ^ SvnEventArgs.SafeGetHashCode(Uri));
 }