Equals
Contents
[
Hide
]
ResourceAssignment.Equals method (1 of 2)
Returns a value indicating whether this instance is equal to a specified instance of the ResourceAssignment
class.
public bool Equals(ResourceAssignment other)
Parameter | Type | Description |
---|---|---|
other | ResourceAssignment | The specified instance of the ResourceAssignment class to compare with this instance. |
Return Value
True if the specified instance of the ResourceAssignment
class has the same UID value as this instance; otherwise, false.
See Also
- class ResourceAssignment
- namespace Aspose.Tasks
- assembly Aspose.Tasks
ResourceAssignment.Equals method (2 of 2)
Returns a value indicating whether this instance is equal to a specified object.
public override bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | Object | The object to compare with this instance. |
Return Value
True if o is a ResourceAssignment that assign the same resource and task as this instance; otherwise, false.
See Also
- class ResourceAssignment
- namespace Aspose.Tasks
- assembly Aspose.Tasks