示例#1
0
        public override bool Equals(ExcelReferenceBase other)
        {
            if (other is null)
            {
                return(false);
            }

            return(_excelReference.Equals(other.ExcelReferenceBaseInstance));
        }
 public virtual bool Equals(ExcelReferenceBase other)
 {
     throw new NotImplementedException();
 }