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

C# | Visual Basic | Visual C++ |
public bool Equals( IConfigurationCell other )
Public Function Equals ( _ other As IConfigurationCell _ ) As Boolean
public: virtual bool Equals( IConfigurationCell^ other ) sealed

- other (IConfigurationCell)
- A IConfigurationCell object to compare to this instance.

True if other has the same value as this instance; otherwise, False.