DropDownMember::Equals Method (Object^)

 

Determines whether this object equals the specified object.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

[in] The DropDownMember object to compare to.

Return Value

Type: System::Boolean

Returns true if this object equals the specified object; otherwise, returns false.

This method calls the CompareTo method and returns true if CompareToreturns 0 (the two objects are equal).

Return to top
Show: