Equals
Contents
[
Hide
]
NullableBool.Equals method (1 of 2)
Returns a flag indicating whether this instance is equal to the specified instance of the NullableBool
class.
public bool Equals(NullableBool other)
Parameter | Type | Description |
---|---|---|
other | NullableBool | the specified object to compare to this instance. |
Return Value
a flag indicating whether this instance is equal to the specified instance of the NullableBool
class.
See Also
- struct NullableBool
- namespace Aspose.Tasks
- assembly Aspose.Tasks
NullableBool.Equals method (2 of 2)
Returns a flag indicating whether this instance is equal to the specified object.
public override bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | Object | the specified object to compare to this instance. |
Return Value
a flag indicating whether this instance is equal to the specified object.
See Also
- struct NullableBool
- namespace Aspose.Tasks
- assembly Aspose.Tasks