Returns a value indicating whether this instance is equal to a specified object.


- obj (Object)
- An object to compare, or null.

True if obj is an instance of IConfigurationCell and equals the value of this instance;
otherwise, False.

Exception | Condition |
---|---|
ArgumentException | value is not an IConfigurationCell. |