CustomError.Equals Method (Object)

 
Use BaseTrue

Compares CustomError errors.

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

public override bool Equals(
	object customError
)

Parameters

customError
Type: System.Object

The error to compare against.

Return Value

Type: System.Boolean

true if the errors are equal; otherwise, false.

The Equals method compares all errors against objects that are passed to the method.

.NET Framework
Available since 2.0
Return to top
Show: