VCCodeUsingAlias::IsSelf Method (Object^)

 

Determines if the specified code element is the same as the parent code element.

Namespace:   Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

bool IsSelf(
	Object^ pOther
)

Parameters

pOther
Type: System::Object^

Required. The code element being compared to.

Return Value

Type: System::Boolean

true if the specified code element is the same as the parent code element; otherwise, false.

Return to top
Show: