Returns a value indicating whether this instance is equal to a specified object.
Declaration Syntax
Parameters
- obj (Object)
- An object to compare, or null.
Return Value
True if obj is an instance of IConfigurationCell and equals the value of this instance;
otherwise, False.
Exceptions
Exception | Condition |
---|---|
ArgumentException | value is not an IConfigurationCell. |