Share via


VCCodeUsingAlias.IsSelf(Object) Method

Definition

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

public:
 bool IsSelf(System::Object ^ pOther);
public:
 bool IsSelf(Platform::Object ^ pOther);
bool IsSelf(winrt::Windows::Foundation::IInspectable const & pOther);
[System.Runtime.InteropServices.DispId(518)]
public bool IsSelf (object pOther);
[<System.Runtime.InteropServices.DispId(518)>]
abstract member IsSelf : obj -> bool
Public Function IsSelf (pOther As Object) As Boolean

Parameters

pOther
Object

Required. The code element being compared to.

Returns

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

Attributes

Applies to