Exemple #1
0
 public override bool Equals(BarBase other)
 {
     //return (object)other != null && StartDate == other.StartDate && AskOpen == other.AskOpen && BidOpen == other.BidOpen;
     return((object)other != null && StartDate2 == other.StartDate2 && Row == other.Row);
 }
Exemple #2
0
 public override bool Equals(BarBase other)
 {
     return((object)other != null && StartDate == other.StartDate && AskOpen == other.AskOpen && BidOpen == other.BidOpen);
 }