Exemplo n.º 1
0
 public IdContentData MergeInto(IdContentData target)
 {
     return(Merge(this, target));
 }
Exemplo n.º 2
0
 public bool Equals(IdContentData other)
 {
     return(base.Equals(other));
 }
Exemplo n.º 3
0
 public IdContentData(IdContentData copy)
     : base(copy, EqualityComparer <long> .Default)
 {
 }