Esempio n. 1
0
 public bool IsSameOption(DbSpecificOption other)
 {
     if (other == null)
     {
         return(false);
     }
     return(Engine == other.Engine && Name == other.Name);
 }
Esempio n. 2
0
 public bool IsSameOption(DbSpecificOption other)
 {
     if (other == null) return false;
     return Engine == other.Engine && Name == other.Name;
 }