Sdílet prostřednictvím


CustomAttributeTypedArgument.Equals Metoda

Definice

Přetížení

Equals(Object)

Udává, zda je tato instance totožná se zadaným objektem.

Equals(CustomAttributeTypedArgument)

Určuje, zda je aktuální instance rovna jiné instanci stejného typu.

Equals(Object)

Zdroj:
CustomAttributeTypedArgument.cs
Zdroj:
CustomAttributeTypedArgument.cs
Zdroj:
CustomAttributeTypedArgument.cs

Udává, zda je tato instance totožná se zadaným objektem.

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

Parametry

obj
Object

Další objekt, se který chcete porovnat.

Návraty

true if obj a this instance are the same type and represent the same value; otherwise, false.

Viz také

Platí pro

Equals(CustomAttributeTypedArgument)

Zdroj:
CustomAttributeTypedArgument.cs
Zdroj:
CustomAttributeTypedArgument.cs
Zdroj:
CustomAttributeTypedArgument.cs

Určuje, zda je aktuální instance rovna jiné instanci stejného typu.

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

Parametry

other
CustomAttributeTypedArgument

Instance, která se má porovnat s touto instancí.

Návraty

truepokud je aktuální instance rovna druhé instanci; v opačném případě . false

Implementuje

Platí pro