Represents a reference of the VbaProject.
More...
#include <VbaReference.h>
Inherits System::IEquatable< System::SharedPtr< Aspose::Tasks::VbaReference > >.
Represents a reference of the VbaProject.
◆ Equals() [1/2]
bool Aspose::Tasks::VbaReference::Equals |
( |
System::SharedPtr< System::Object > |
obj | ) |
|
|
override |
Returns a value indicating whether this instance is equal to the specified VbaReference object.
- Parameters
-
obj | The specified VbaReference object to compare with this instance. |
- Returns
- Returns true if this instance is equal to the specified VbaReference object; otherwise, false.
◆ Equals() [2/2]
bool Aspose::Tasks::VbaReference::Equals |
( |
System::SharedPtr< VbaReference > |
other | ) |
|
|
override |
Returns a value indicating whether this instance is equal to the specified VbaReference object.
- Parameters
-
other | The specified VbaReference object to compare with this instance. |
- Returns
- Returns true if this instance is equal to the specified VbaReference object; otherwise, false.
◆ get_LibIdentifier()
System::String Aspose::Tasks::VbaReference::get_LibIdentifier |
( |
| ) |
const |
Gets identifier of the library.
◆ get_Name()
System::String Aspose::Tasks::VbaReference::get_Name |
( |
| ) |
const |
Gets name of VBA reference.
◆ GetHashCode()
int32_t Aspose::Tasks::VbaReference::GetHashCode |
( |
| ) |
const |
|
override |
Returns a hash code value for this VbaReference.
- Returns
- Returns a hash code value for this object.
◆ set_Name()
void Aspose::Tasks::VbaReference::set_Name |
( |
const System::String & |
value | ) |
|
Sets name of VBA reference.