is_equal_to


Description:

[ Version ( since = "2.4" ) ]
public bool is_equal_to (Config b)

Compares the two objects.

The default implementation of the ConfigInterface compares the object properties and thus only works for objects that are completely defined by their properties.

Parameters:

this

a Object that implements the ConfigInterface.

b

another Object of the same type as this .

Returns:

true if the two objects are equal.