The attribute of the VbaModule object
More...
#include <VbaModuleAttribute.h>
Inherits System::IEquatable< System::SharedPtr< Aspose::Tasks::VbaModuleAttribute > >.
The attribute of the VbaModule object
◆ Equals() [1/2]
bool Aspose::Tasks::VbaModuleAttribute::Equals |
( |
System::SharedPtr< System::Object > |
obj | ) |
|
|
override |
Returns a value indicating whether this instance is equal to the specified VbaModuleAttribute object.
- Parameters
-
- Returns
- Returns true if this instance is equal to the specified VbaModuleAttribute object; otherwise, false.
◆ Equals() [2/2]
bool Aspose::Tasks::VbaModuleAttribute::Equals |
( |
System::SharedPtr< VbaModuleAttribute > |
other | ) |
|
|
override |
Returns a value indicating whether this instance is equal to the specified VbaModuleAttribute object.
- Parameters
-
- Returns
- Returns true if this instance is equal to the specified VbaModuleAttribute object; otherwise, false.
◆ get_Key()
System::String Aspose::Tasks::VbaModuleAttribute::get_Key |
( |
| ) |
const |
Gets key of VBA module attribute.
◆ get_Value()
System::String Aspose::Tasks::VbaModuleAttribute::get_Value |
( |
| ) |
const |
Gets value of VBA module attribute.
◆ GetHashCode()
int32_t Aspose::Tasks::VbaModuleAttribute::GetHashCode |
( |
| ) |
const |
|
override |
Returns a hash code value for this VbaModuleAttribute.
- Returns
- Returns a hash code value for this object.