TcmInformation.Equals Yöntem

Tanım

Aşırı Yüklemeler

Equals(TcmInformation)

Belirtilen TCM Information nesnesinin geçerli nesneye eşit olup olmadığını gösteren bir değer döndürür.

Equals(Object)

Belirtilen nesnenin geçerli nesneye eşit olup olmadığını gösteren bir değer döndürür.

Equals(TcmInformation)

Belirtilen TCM Information nesnesinin geçerli nesneye eşit olup olmadığını gösteren bir değer döndürür.

public:
 virtual bool Equals(Microsoft::VisualStudio::TestTools::Common::TcmInformation ^ other);
public bool Equals (Microsoft.VisualStudio.TestTools.Common.TcmInformation other);
override this.Equals : Microsoft.VisualStudio.TestTools.Common.TcmInformation -> bool
Public Function Equals (other As TcmInformation) As Boolean

Parametreler

other
TcmInformation

Bir TcmInformation nesnesi.

Döndürülenler

Boolean

Belirtilen TCM Information nesnesi geçerli nesneye eşitse true; Aksi takdirde, false.

Uygulamalar

Şunlara uygulanır

Equals(Object)

Belirtilen nesnenin geçerli nesneye eşit olup olmadığını gösteren bir değer döndürür.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parametreler

obj
Object

Bir nesneye cast olabilecek bir nesne TcmInformation .

Döndürülenler

Boolean

Belirtilen nesne geçerli nesneye eşitse true; Aksi takdirde, false.

Şunlara uygulanır