Class VbaModuleAttribute

Class VbaModuleAttribute

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)

The attribute of the Aspose.Tasks.VbaModule object

public sealed class VbaModuleAttribute : IEquatable<vbamoduleattribute>

Inheritance

objectVbaModuleAttribute

Implements

IEquatable<vbamoduleattribute>

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

Key

Gets key of VBA module attribute.

public string Key { get; }

Property Value

string

Value

Gets value of VBA module attribute.

public string Value { get; }

Property Value

string

Methods

Equals(VbaModuleAttribute)

Returns a value indicating whether this instance is equal to the specified Aspose.Tasks.VbaModuleAttribute object.

public bool Equals(VbaModuleAttribute other)

Parameters

other VbaModuleAttribute

The specified Aspose.Tasks.VbaModuleAttribute object to compare with this instance.

Returns

bool

Returns true if this instance is equal to the specified Aspose.Tasks.VbaModuleAttribute object; otherwise, false.

Equals(object)

Returns a value indicating whether this instance is equal to the specified Aspose.Tasks.VbaModuleAttribute object.

public override bool Equals(object obj)

Parameters

obj object

The specified Aspose.Tasks.VbaModuleAttribute object to compare with this instance.

Returns

bool

Returns true if this instance is equal to the specified Aspose.Tasks.VbaModuleAttribute object; otherwise, false.

GetHashCode()

Returns a hash code value for this Aspose.Tasks.VbaModuleAttribute.

public override int GetHashCode()

Returns

int

Returns a hash code value for this object. </vbamoduleattribute>