Share via


CustomAttributeTypedArgument.Equals Yöntem

Tanım

Aşırı Yüklemeler

Equals(Object)

Bu örnek ile belirtilen bir nesnenin eşit olup olmadığını gösterir.

Equals(CustomAttributeTypedArgument)

Geçerli örneğin aynı türdeki başka bir örneğe eşit olup olmadığını gösterir.

Equals(Object)

Kaynak:
CustomAttributeTypedArgument.cs
Kaynak:
CustomAttributeTypedArgument.cs
Kaynak:
CustomAttributeTypedArgument.cs

Bu örnek ile belirtilen bir nesnenin eşit olup olmadığını gösterir.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (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

Karşılaştıracak başka bir nesne.

Döndürülenler

true ve obj bu örnek aynı türse ve aynı değeri temsil eder; aksi takdirde , false.

Ayrıca bkz.

Şunlara uygulanır

Equals(CustomAttributeTypedArgument)

Kaynak:
CustomAttributeTypedArgument.cs
Kaynak:
CustomAttributeTypedArgument.cs
Kaynak:
CustomAttributeTypedArgument.cs

Geçerli örneğin aynı türdeki başka bir örneğe eşit olup olmadığını gösterir.

public:
 virtual bool Equals(System::Reflection::CustomAttributeTypedArgument other);
public bool Equals (System.Reflection.CustomAttributeTypedArgument other);
override this.Equals : System.Reflection.CustomAttributeTypedArgument -> bool
Public Function Equals (other As CustomAttributeTypedArgument) As Boolean

Parametreler

other
CustomAttributeTypedArgument

Bu örnekle karşılaştıracak bir örnek.

Döndürülenler

true geçerli örnek diğer örneğe eşitse; aksi takdirde , false.

Uygulamalar

Şunlara uygulanır