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
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
other | VbaModuleAttribute | The 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:
Parameter | Type | Description |
---|---|---|
obj | java.lang.Object | The 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.