protected bool Equals(StructureHolder other)
 {
     return Date.Equals(other.Date) && Span.Equals(other.Span) && Pair.Equals(other.Pair) &&
            Custom.Equals(other.Custom) && Guid.Equals(other.Guid);
 }
Exemple #2
0
 protected bool Equals(StructureHolder other)
 {
     return(Date.Equals(other.Date) && Span.Equals(other.Span) && Pair.Equals(other.Pair) &&
            Custom.Equals(other.Custom) && Guid.Equals(other.Guid));
 }