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 the key of VBA module attribute.
|
String |
getValue()
Gets the value of VBA module attribute.
|
int |
hashCode()
Returns a hash code value for this VbaModuleAttribute.
|
public 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.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.public String getKey()
Gets the key of VBA module attribute.
String
public String getValue()
Gets the value of VBA module attribute.
String
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.