Exemplo n.º 1
0
    public override bool Equals(object o)
    {
        AdminFlightDay other = o as AdminFlightDay;

        if (other == null)
        {
            return(false);
        }
        return(DayCode.Equals(other.DayCode) && DayMask.Equals(other.DayMask));
    }