IVsUIObject.Equals(IVsUIObject, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares this object with another to determine if they are the same value.
public:
int Equals(Microsoft::VisualStudio::Shell::Interop::IVsUIObject ^ pOtherObject, [Runtime::InteropServices::Out] bool % pfAreEqual);
int Equals(Microsoft::VisualStudio::Shell::Interop::IVsUIObject const & pOtherObject, [Runtime::InteropServices::Out] bool & pfAreEqual);
public int Equals (Microsoft.VisualStudio.Shell.Interop.IVsUIObject pOtherObject, out bool pfAreEqual);
abstract member Equals : Microsoft.VisualStudio.Shell.Interop.IVsUIObject * bool -> int
Public Function Equals (pOtherObject As IVsUIObject, ByRef pfAreEqual As Boolean) As Integer
Parameters
- pOtherObject
- IVsUIObject
[in] The object to compare.
- pfAreEqual
- Boolean
[out] Location to return true if the values match.
Returns
Returns S_OK if the results of the comparison were returned.