Exemplo n.º 1
0
 public static bool IsError(this Instant source)
 {
     return(source.CompareTo(InstantError) == 0);
 }