VbaModuleAttribute.Equals

Equals(VbaModuleAttribute)

Restituisce un valore che indica se questa istanza è uguale a quella specificataVbaModuleAttribute oggetto.

public bool Equals(VbaModuleAttribute other)
ParametroTipoDescrizione
otherVbaModuleAttributeIl specificatoVbaModuleAttribute oggetto da confrontare con questa istanza.

Valore di ritorno

Restituisce true se questa istanza è uguale a quella specificataVbaModuleAttribute oggetto; altrimenti, falso.

Guarda anche


Equals(object)

Restituisce un valore che indica se questa istanza è uguale a quella specificataVbaModuleAttribute oggetto.

public override bool Equals(object obj)
ParametroTipoDescrizione
objObjectIl specificatoVbaModuleAttribute oggetto da confrontare con questa istanza.

Valore di ritorno

Restituisce true se questa istanza è uguale a quella specificataVbaModuleAttribute oggetto; altrimenti, falso.

Guarda anche