IVsUIObject::Equals Method (IVsUIObject^, Boolean)
Visual Studio 2015
Compares this object with another to determine if they are the same value.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
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.
Show: