IVsUIObject::Equals Method (IVsUIObject^, Boolean)

 

Compares this object with another to determine if they are the same value.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

int Equals(
	IVsUIObject^ pOtherObject,
	[OutAttribute] bool% pfAreEqual
)

Parameters

pOtherObject
Type: Microsoft.VisualStudio.Shell.Interop::IVsUIObject^

[in] The object to compare.

pfAreEqual
Type: System::Boolean

[out] Location to return true if the values match.

Return Value

Type: System::Int32

Returns S_OK if the results of the comparison were returned.

Return to top
Show: