RootProfilePropertySettingsCollection.Equals Method (Object)
.NET Framework (current version)
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.
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.Booleantrue if the passed RootProfilePropertySettingsCollection object is equal to the current object; otherwise, false.
Override of base class method.
.NET Framework
Available since 2.0
Available since 2.0
Show: