RootProfilePropertySettingsCollection.Equals Method (Object)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Compares the current RootProfilePropertySettingsCollection object to another A RootProfilePropertySettingsCollection object.

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

Public Overrides Function Equals (
	rootProfilePropertySettingsCollection As Object
) As Boolean

Parameters

rootProfilePropertySettingsCollection
Type: System.Object

A RootProfilePropertySettingsCollection object to compare to.

Return Value

Type: System.Boolean

true if the passed RootProfilePropertySettingsCollection object is equal to the current object; otherwise, false.

Override of base class method.

.NET Framework
Available since 2.0
Return to top
Show: