ListItem::Equals Method (Object^)

 
Use BaseTrue

Determines whether the specified object has the same value and text as the current list item.

Namespace:   System.Web.UI.WebControls
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 list item.

Return Value

Type: System::Boolean

true if the specified object is equivalent to the current list item; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: