Ejemplo n.º 1
0
 public static bool HasTelemFlag(uint source, TelemOption toption)
 {
     if ((source & (uint)toption) == (uint)toption)
     {
         return(true);
     }
     return(false);
 }
Ejemplo n.º 2
0
 public static bool HasTelemFlag(uint source,TelemOption toption)
 {
     if ((source & (uint)toption) == (uint)toption)
     { return true; }
     return false;
 }