PropertyTabAttribute.Equals Yöntem

Tanım

Bu örneğin belirtilen nesneye veya özniteliğe eşit olup olmadığını belirten bir değer döndürür.

Aşırı Yüklemeler

Equals(PropertyTabAttribute)

Bu örneğin belirtilen bir özniteliğe eşit olup olmadığını gösteren bir değer döndürür.

Equals(Object)

Bu örneğin, belirtilen bir nesneye eşit olup olmadığını gösteren bir değeri döndürür.

Equals(PropertyTabAttribute)

Kaynak:
PropertyTabAttribute.cs
Kaynak:
PropertyTabAttribute.cs
Kaynak:
PropertyTabAttribute.cs

Bu örneğin belirtilen bir özniteliğe eşit olup olmadığını gösteren bir değer döndürür.

public:
 bool Equals(System::ComponentModel::PropertyTabAttribute ^ other);
public bool Equals (System.ComponentModel.PropertyTabAttribute other);
public bool Equals (System.ComponentModel.PropertyTabAttribute? other);
override this.Equals : System.ComponentModel.PropertyTabAttribute -> bool
Public Function Equals (other As PropertyTabAttribute) As Boolean

Parametreler

other
PropertyTabAttribute

Bu örnekle karşılaştırmak için bir PropertyTabAttribute veya null.

Döndürülenler

truePropertyTabAttribute örnekler eşitse; eşit değilse, false.

Özel durumlar

parametresinin TabClassNames özelliği other tarafından belirtilen türler bulunamıyor.

Şunlara uygulanır

Equals(Object)

Kaynak:
PropertyTabAttribute.cs
Kaynak:
PropertyTabAttribute.cs
Kaynak:
PropertyTabAttribute.cs

Bu örneğin, belirtilen bir nesneye eşit olup olmadığını gösteren bir değeri döndürür.

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

Parametreler

other
Object

Bu örnekle karşılaştıracak bir nesne veya null.

Döndürülenler

trueaynı örneğe başvuruyorsaother; değilse, false.PropertyTabAttribute

Özel durumlar

parametresinin TabClassNames özelliği other tarafından belirtilen türler bulunamadı.

Şunlara uygulanır