A
Alhambra Eidos Kiquenet
Hi mister,
I have an object with two properties, of type DateTime? (Nullable).
Which is the best way for comparing ? The value of datetime can be null, and
another value cannot be null, or two values are null, or two values aren't
null.
if (tarea.Fcprioridad < tarea.Fcentrega)
Can I use Comparer ??
thanks in advance. Greetings.
I have an object with two properties, of type DateTime? (Nullable).
Which is the best way for comparing ? The value of datetime can be null, and
another value cannot be null, or two values are null, or two values aren't
null.
if (tarea.Fcprioridad < tarea.Fcentrega)
Can I use Comparer ??
thanks in advance. Greetings.