public override bool Equals(object obj) { return(Equals(obj as ExcelReferenceBase) || _excelReference.Equals(obj as ExcelReference)); }