Equals
Contents
[
Hide
]
Baseline.Equals method (1 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 specified object to compare with this instance. |
Return Value
returns true if this instance is equal to the specified object; otherwise, false.
See Also
- class Baseline
- namespace Aspose.Tasks
- assembly Aspose.Tasks
Baseline.Equals method (2 of 2)
Returns a value indicating whether this instance is equal to a specified object.
public bool Equals(Baseline other)
Parameter | Type | Description |
---|---|---|
other | Baseline | the specified object to compare with this instance. |
Return Value
returns true if this instance is equal to the specified object; otherwise, false.
See Also
- class Baseline
- namespace Aspose.Tasks
- assembly Aspose.Tasks