FolderLevelBuildProvider::Equals Method (Object^)

.NET Framework (current version)
 

Returns a value that indicates whether a specified object is equal to the current FolderLevelBuildProvider object.

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

public:
virtual bool Equals(
	Object^ provider
) override

Parameters

provider
Type: System::Object^

The build provider object to compare.

Return Value

Type: System::Boolean

true if the specified folder level build provider object is equal to the current object; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: