PropertyToken.Equals Método

Definição

Indica se a instância atual é igual ao objeto especificado.Indicates whether the current instance is equal to a specified object.

Sobrecargas

Equals(Object)

Verifica se o objeto fornecido é uma instância de PropertyToken e é igual a esta instância.Checks if the given object is an instance of PropertyToken and is equal to this instance.

Equals(PropertyToken)

Indica se a instância atual é igual ao PropertyToken especificado.Indicates whether the current instance is equal to the specified PropertyToken.

Equals(Object)

Verifica se o objeto fornecido é uma instância de PropertyToken e é igual a esta instância.Checks if the given object is an instance of PropertyToken and is equal to this instance.

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

Parâmetros

obj
Object

O objeto para este objeto.The object to this object.

Retornos

Boolean

true se obj for uma instância de PropertyToken e igual à instância atual; caso contrário, false.true if obj is an instance of PropertyToken and equals the current instance; otherwise, false.

Aplica-se a

Equals(PropertyToken)

Indica se a instância atual é igual ao PropertyToken especificado.Indicates whether the current instance is equal to the specified PropertyToken.

public:
 bool Equals(System::Reflection::Emit::PropertyToken obj);
public bool Equals (System.Reflection.Emit.PropertyToken obj);
override this.Equals : System.Reflection.Emit.PropertyToken -> bool
Public Function Equals (obj As PropertyToken) As Boolean

Parâmetros

obj
PropertyToken

O PropertyToken a ser comparado com a instância atual.The PropertyToken to compare to the current instance.

Retornos

Boolean

true se o valor de obj for igual ao valor da instância atual; caso contrário, false.true if the value of obj is equal to the value of the current instance; otherwise, false.

Aplica-se a