FieldToken.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) |
Determina se um objeto é uma instância de |
| Equals(FieldToken) |
Indica se a instância atual é igual ao FieldToken especificado.Indicates whether the current instance is equal to the specified FieldToken. |
Equals(Object)
Determina se um objeto é uma instância de FieldToken e é igual a essa instância.Determines if an object is an instance of FieldToken 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 a comparar a este FieldToken.The object to compare to this FieldToken.
Retornos
true se obj for uma instância de FieldToken e for igual a este objeto; caso contrário, false.true if obj is an instance of FieldToken and is equal to this object; otherwise, false.
Aplica-se a
Equals(FieldToken)
Indica se a instância atual é igual ao FieldToken especificado.Indicates whether the current instance is equal to the specified FieldToken.
public:
bool Equals(System::Reflection::Emit::FieldToken obj);
public bool Equals (System.Reflection.Emit.FieldToken obj);
override this.Equals : System.Reflection.Emit.FieldToken -> bool
Public Function Equals (obj As FieldToken) As Boolean
Parâmetros
- obj
- FieldToken
O FieldToken a ser comparado com a instância atual.The FieldToken to compare to the current instance.
Retornos
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.