Exemple #1
0
 /// <summary>
 /// Serves as the default hash function.
 ///
 /// Method implements <seealso cref="IEqualityComparer{IPathModel}"/> interface.
 /// </summary>
 /// <param name="obj"></param>
 /// <returns>A hash code for the current object.</returns>
 public int GetHashCode(IPathModel obj)
 {
     return(obj.GetHashCode());
 }