C# Class MySql.Data.VisualStudio.DbObjects.ObjectHelper

Afficher le fichier Open project: elevate/mysqlconnector-.net

Méthodes publiques

Méthode Description
AreEqual ( object one, object two ) : bool
Copy ( object from, object to ) : void

Method Details

AreEqual() public static méthode

public static AreEqual ( object one, object two ) : bool
one object
two object
Résultat bool

Copy() public static méthode

public static Copy ( object from, object to ) : void
from object
to object
Résultat void