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