Class VbaReference

Class VbaReference

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)

Represents a reference of the Aspose.Tasks.VbaProject.

public sealed class VbaReference : IEquatable<vbareference>

Inheritance

objectVbaReference

Implements

IEquatable<vbareference>

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

VbaReference()

public VbaReference()

Properties

LibIdentifier

Gets identifier of the library.

public string LibIdentifier { get; }

Property Value

string

Name

Gets or sets name of VBA reference.

public string Name { get; set; }

Property Value

string

Methods

Equals(VbaReference)

Returns a value indicating whether this instance is equal to the specified Aspose.Tasks.VbaReference object.

public bool Equals(VbaReference other)

Parameters

other VbaReference

The specified Aspose.Tasks.VbaReference object to compare with this instance.

Returns

bool

Returns true if this instance is equal to the specified Aspose.Tasks.VbaReference object; otherwise, false.

Equals(object)

Returns a value indicating whether this instance is equal to the specified Aspose.Tasks.VbaReference object.

public override bool Equals(object obj)

Parameters

obj object

The specified Aspose.Tasks.VbaReference object to compare with this instance.

Returns

bool

Returns true if this instance is equal to the specified Aspose.Tasks.VbaReference object; otherwise, false.

GetHashCode()

Returns a hash code value for this Aspose.Tasks.VbaReference.

public override int GetHashCode()

Returns

int

Returns a hash code value for this object. </vbareference>