Aracılığıyla paylaş


QueryElement.Equals Yöntem

Sağlanan nesne bu sorgu öðeye eşit olup olmadığını gösteren bir değeri döndürür.

Ad alanı:  Microsoft.VisualStudio.TestTools.UITest.Extension
Derleme:  Microsoft.VisualStudio.TestTools.UITest.Extension (Microsoft.VisualStudio.TestTools.UITest.Extension.dll içinde)

Sözdizimi

'Bildirim
Public Overrides Function Equals ( _
    other As Object _
) As Boolean
public override bool Equals(
    Object other
)
public:
virtual bool Equals(
    Object^ other
) override
abstract Equals : 
        other:Object -> bool 
override Equals : 
        other:Object -> bool 
public override function Equals(
    other : Object
) : boolean

Parametreler

Dönüş Değeri

Tür: System.Boolean
true Nesneleri eşit olması durumunda; Aksi takdirde, false.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

QueryElement Sınıf

Microsoft.VisualStudio.TestTools.UITest.Extension Ad Alanı