VCCodeUsingAlias::IsSelf Method (Object^)
Visual Studio 2015
Determines if the specified code element is the same as the parent code element.
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Parameters
- pOther
-
Type:
System::Object^
Required. The code element being compared to.
Return Value
Type: System::Booleantrue if the specified code element is the same as the parent code element; otherwise, false.
Show: