コード例 #1
0
 protected bool Equals(MySqlConnectionSettings other)
 {
     return(OldGuids == other.OldGuids &&
            TreatTinyAsBoolean == other.TreatTinyAsBoolean);
 }
 protected bool Equals(MySqlConnectionSettings other)
 {
     return(GuidFormat == other.GuidFormat &&
            TreatTinyAsBoolean == other.TreatTinyAsBoolean);
 }