Aspose.Tasks for C++
Aspose::Tasks::VbaModuleAttribute Class Reference

The attribute of the VbaModule object More...

#include <VbaModuleAttribute.h>

Inherits System::IEquatable< System::SharedPtr< Aspose::Tasks::VbaModuleAttribute > >.

Public Member Functions

System::String get_Key () const
 Gets key of VBA module attribute. More...
 
System::String get_Value () const
 Gets value of VBA module attribute. More...
 
bool Equals (System::SharedPtr< VbaModuleAttribute > other) override
 Returns a value indicating whether this instance is equal to the specified VbaModuleAttribute object. More...
 
bool Equals (System::SharedPtr< System::Object > obj) override
 Returns a value indicating whether this instance is equal to the specified VbaModuleAttribute object. More...
 
int32_t GetHashCode () const override
 Returns a hash code value for this VbaModuleAttribute. More...
 

Detailed Description

The attribute of the VbaModule object

Member Function Documentation

◆ 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
objThe specified VbaModuleAttribute object to compare with this instance.
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
otherThe specified VbaModuleAttribute object to compare with this instance.
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.