VbaModuleAttribute

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.ms.System.IEquatable

public class VbaModuleAttribute implements System.IEquatable<VbaModuleAttribute>

The attribute of the VbaModule object

Methods

MethodDescription
equals(VbaModuleAttribute other)Returns a value indicating whether this instance is equal to the specified VbaModuleAttribute object.
equals(Object obj)Returns a value indicating whether this instance is equal to the specified VbaModuleAttribute object.
getKey()Gets key of VBA module attribute.
getValue()Gets value of VBA module attribute.
hashCode()Returns a hash code value for this VbaModuleAttribute.

equals(VbaModuleAttribute other)

public final boolean equals(VbaModuleAttribute other)

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

Parameters:

ParameterTypeDescription
otherVbaModuleAttributeThe specified VbaModuleAttribute object to compare with this instance.

Returns: boolean - Returns true if this instance is equal to the specified VbaModuleAttribute object; otherwise, false.

equals(Object obj)

public boolean equals(Object obj)

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

Parameters:

ParameterTypeDescription
objjava.lang.ObjectThe specified VbaModuleAttribute object to compare with this instance.

Returns: boolean - Returns true if this instance is equal to the specified VbaModuleAttribute object; otherwise, false.

getKey()

public final String getKey()

Gets key of VBA module attribute.

Returns: java.lang.String - key of VBA module attribute.

getValue()

public final String getValue()

Gets value of VBA module attribute.

Returns: java.lang.String - value of VBA module attribute.

hashCode()

public int hashCode()

Returns a hash code value for this VbaModuleAttribute.

Returns: int - Returns a hash code value for this object.