Method | Description | |
---|---|---|
AreEqual ( object one, object two ) : bool | ||
Copy ( object from, object to ) : void |
public static AreEqual ( object one, object two ) : bool | ||
one | object | |
two | object | |
return | bool |
public static Copy ( object from, object to ) : void | ||
from | object | |
to | object | |
return | void |