copy


Description:

[ Version ( since = "2.6" ) ]
public bool copy (Config dest, ParamFlags flags)

Compares all read- and write-able properties from this and dest that have all flags set.

Differing values are then copied from this to dest. If flags is 0, all differing read/write properties.

Properties marked as "construct-only" are not touched.

Parameters:

this

a Object that implements the ConfigInterface.

dest

another Object of the same type as a.

flags

a mask of GParamFlags

Returns:

true if dest was modified, false otherwise