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); }
public override bool Equals(BarBase other) { return((object)other != null && StartDate == other.StartDate && AskOpen == other.AskOpen && BidOpen == other.BidOpen); }