public class VbaModuleAttribute extends Object implements com.aspose.ms.System.IEquatable<VbaModuleAttribute>
The attribute of the VbaModule
object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Returns a value indicating whether this instance is equal to the specified
VbaModuleAttribute object. |
boolean |
equals(VbaModuleAttribute other)
Returns a value indicating whether this instance is equal to the specified
VbaModuleAttribute object. |
String |
getKey()
Gets key of VBA module attribute.
|
String |
getValue()
Gets value of VBA module attribute.
|
int |
hashCode()
Returns a hash code value for this
VbaModuleAttribute . |
public final boolean equals(VbaModuleAttribute other)
Returns a value indicating whether this instance is equal to the specified VbaModuleAttribute
object.
other
- The specified VbaModuleAttribute
object to compare with this instance.VbaModuleAttribute
object; otherwise,
false.public boolean equals(Object obj)
Returns a value indicating whether this instance is equal to the specified VbaModuleAttribute
object.
equals
in interface com.aspose.ms.System.IEquatable<VbaModuleAttribute>
equals
in class Object
obj
- The specified VbaModuleAttribute
object to compare with this instance.VbaModuleAttribute
object; otherwise,
false.public final String getKey()
Gets key of VBA module attribute.
public final String getValue()
Gets value of VBA module attribute.
public int hashCode()
Returns a hash code value for this VbaModuleAttribute
.