LocalConstantHandle.Equals Método
Definição
Sobrecargas
| Equals(Object) | |
| Equals(LocalConstantHandle) |
Indica se o objeto atual é igual a outro objeto do mesmo tipo.Indicates whether the current object is equal to another object of the same type. |
Equals(Object)
Equals(LocalConstantHandle)
Indica se o objeto atual é igual a outro objeto do mesmo tipo.Indicates whether the current object is equal to another object of the same type.
public:
virtual bool Equals(System::Reflection::Metadata::LocalConstantHandle other);
public bool Equals (System.Reflection.Metadata.LocalConstantHandle other);
override this.Equals : System.Reflection.Metadata.LocalConstantHandle -> bool
Public Function Equals (other As LocalConstantHandle) As Boolean
Parâmetros
- other
- LocalConstantHandle
Um objeto para comparação com esse objeto.An object to compare with this object.
Retornos
true se o objeto atual for igual ao parâmetro other; caso contrário, false.true if the current object is equal to the other parameter; otherwise, false.