Example #1
0
 protected bool Equals(Quota other)
 {
     return(FluxoDeCarga == other.FluxoDeCarga && Equals(Fornecedor, other.Fornecedor) && string.Equals(CodigoTerminal, other.CodigoTerminal) && Data.Equals(other.Data));
 }
Example #2
0
        internal AgendamentoDeDescarregamento(Quota quota, string placa)

            : base(quota, placa)
        {
            Inicializar();
        }