Person
Overview
Person is a class in Aspose.Words FOSS for .NET.
Represents individual (a person) bibliography source contributor.
This class provides 3 methods for working with Person objects in .NET programs.
Available methods include: Equals, GetHashCode, Person.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Properties: First, Last, Middle.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Last | string | Read/Write | Gets or sets the last name of a person. |
First | string | Read/Write | Gets or sets the first name of a person. |
Middle | string | Read/Write | Gets or sets the middle name of a person. |
Methods
| Signature | Description |
|---|---|
Person(last: string, first: string, middle: string) | Initialize a new instance of the Person class. |
Equals(obj: object) | Calls Equals(obj) on this Person instance. |
GetHashCode() | Calls GetHashCode on this Person instance. |