Esempio n. 1
0
		/// <summary>
		/// 
		/// </summary>
		/// <param name="other"></param>
		/// <returns></returns>
		protected bool Equals(CommitAuthorInfo other) {
			return string.Equals(Commiter, other.Commiter) && Time.Equals(other.Time);
		}
Esempio n. 2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="other"></param>
 /// <returns></returns>
 protected bool Equals(CommitAuthorInfo other)
 {
     return(string.Equals(Commiter, other.Commiter) && Time.Equals(other.Time));
 }