TransformerInfo.Equals Method (Object)

 
Use BaseTrue

Compares the current TransformerInfo object to another TransformerInfo object.

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

Public Overrides Function Equals (
	o As Object
) As Boolean

Parameters

o
Type: System.Object

The object to compare to the current object.

Return Value

Type: System.Boolean

true if the passed object is equal to the current object; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: