Beispiel #1
0
 public static Boolean bIn(this FieldMDEnums.eRTyp self, params FieldMDEnums.eRTyp[] args)
 {
     foreach (FieldMDEnums.eRTyp arg in args)
     {
         if (self.Equals(arg))
         {
             return(true);
         }
     }
     return(false);
 }
Beispiel #2
0
 public static Boolean equals(this FieldMDEnums.eRTyp self, FieldMDEnums.eRTyp arg)
 {
     return(self.Equals(arg));
 }