WebPartUserCapability::Equals Method (Object^)

 

Determines whether the specified object is equal to the current WebPartUserCapability object, or has the same Name value.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
virtual bool Equals(
	Object^ o
) override

Parameters

o
Type: System::Object^

The Object to compare with the current WebPartUserCapability.

Return Value

Type: System::Boolean

true if o is equal to the current WebPartUserCapability or has the same Name value; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: