System.Web.Configuration.BuildProvider.Equals Method

Determines whether the specified build provider object is equal to the current object.

Syntax

public override bool Equals (object provider)

Parameters

provider
The build provider object to compare with the current object.

Returns

true if the objects are equal; otherwise, false.

Remarks

The serializer uses this method to determine whether the same object already exists in the parent collection and whether it needs to be serialized at a lower level if it is not inherited.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0