QualificationDataItem::Equals Method (Object^)

 

Determines whether a specified object is equal to the current qualification data item.

Namespace:   System.AddIn.Hosting
Assembly:  System.AddIn (in System.AddIn.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The object to compare.

Return Value

Type: System::Boolean

true if obj is equal to the current instance; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: