SettingValueElement::Equals Method (Object^)

 

Compares the current SettingValueElement instance to the specified object.

Namespace:   System.Configuration
Assembly:  System (in System.dll)

public:
virtual bool Equals(
	Object^ settingValue
) override

Parameters

settingValue
Type: System::Object^

The object to compare.

Return Value

Type: System::Boolean

true if the SettingValueElement instance is equal to the specified object; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: