[ 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.
| this |
a Object that implements the ConfigInterface. |
| b |
another Object of the same type as this . |
|
true if the two objects are equal. |