public override bool Equals(CaseSelection <TCase> other) { if (other is UnselectedCase <TCase> ) { return(true); } return(false); }
public override bool Equals(CaseSelection <TCase> other) { if (other is SelectedCase <TCase> o) { return([email protected](o.@case)); } return(false); }
public abstract bool Equals(CaseSelection <TCase> other);