Esempio n. 1
0
 public Entry(KeyHashTag hashTag, int index, int length)
     : base(hashTag, index, length)
 {
 }
Esempio n. 2
0
 protected bool Equals(KeyHashTag other)
 {
     return(Equals(Key, other.Key) && Notation == other.Notation);
 }