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