BuildProvider.Equals Method (Object)

 

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

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

public override bool Equals(
	object provider
)

Parameters

provider
Type: System.Object

The build provider object to compare with the current object.

Return Value

Type: System.Boolean

true if the objects are equal; otherwise, false.

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.

.NET Framework
Available since 2.0
Return to top
Show: