Пример #1
0
 /// <summary>
 /// Determines whether two VersionHash match exactly.
 /// </summary>
 /// <param name="other"></param>
 /// <returns></returns>
 public bool IsMatch(VersionHash other)
 {
     return(_hash.SequenceEqual(other._hash));
 }