public class VbaReference extends Object
Represents a reference of the VbaProject
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Returns a value indicating whether this instance is equal to the specified VbaReference object.
|
boolean |
equals(VbaReference other)
Returns a value indicating whether this instance is equal to the specified VbaReference object.
|
String |
getLibIdentifier()
Gets the identifier of the library.
|
String |
getName()
Gets the name of VBA reference.
|
int |
hashCode()
Returns a hash code value for this VbaReference.
|
public String getLibIdentifier()
Gets the identifier of the library.
String
public String getName()
Gets the name of VBA reference.
String
public boolean equals(VbaReference other)
Returns a value indicating whether this instance is equal to the specified VbaReference object.
other
- The specified VbaReference object to compare with this instance.public boolean equals(Object obj)
Returns a value indicating whether this instance is equal to the specified VbaReference object.
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.