PropertyTabAttribute.Equals Yöntem

Tanım

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

Aşırı Yüklemeler

Name Description
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ğer döndürür.

Equals(PropertyTabAttribute)

Kaynak:
PropertyTabAttribute.cs
Kaynak:
PropertyTabAttribute.cs
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 A PropertyTabAttribute veya null.

Döndürülenler

true PropertyTabAttribute örnekler eşitse; 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
Kaynak:
PropertyTabAttribute.cs
Kaynak:
PropertyTabAttribute.cs

Bu örneğin belirtilen bir nesneye eşit olup olmadığını gösteren bir değer 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, PropertyTabAttribute.false

Özel durumlar

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

Şunlara uygulanır