VCCodeUsingAlias.IsSelf(Object) Yöntem

Tanım

Belirtilen kod öğesinin üst kod öğesiyle aynı olup olmadığını belirler.

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

Parametreler

pOther
Object

Gereklidir. Karşılaştırılan kod öğesi.

Döndürülenler

Boolean

true Belirtilen kod öğesi üst kod öğesiyle aynı ise; Aksi takdirde, false .

Öznitelikler

Şunlara uygulanır