SettingElement::Equals Method (Object^)

 

Compares the current SettingElement instance to the specified object.

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

public:
virtual bool Equals(
	Object^ settings
) override

Parameters

settings
Type: System::Object^

The object to compare with.

Return Value

Type: System::Boolean

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

.NET Framework
Available since 2.0
Return to top
Show: