AssemblyReferenceHandle.Equals Método
Definição
Sobrecargas
| Equals(Object) | |
| Equals(AssemblyReferenceHandle) |
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(AssemblyReferenceHandle)
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::AssemblyReferenceHandle other);
public bool Equals (System.Reflection.Metadata.AssemblyReferenceHandle other);
override this.Equals : System.Reflection.Metadata.AssemblyReferenceHandle -> bool
Public Function Equals (other As AssemblyReferenceHandle) As Boolean
Parâmetros
- other
- AssemblyReferenceHandle
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.