NoteTask.Equals Method (NoteTask)

Aspose.Note for .NET API

NoteTaskEquals Method (NoteTask)

Determines whether the specified object is equal to the current object.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public bool Equals(
	NoteTask other
)
Public Function Equals ( 
	other As NoteTask
) As Boolean
public:
bool Equals(
	NoteTask^ other
)
member Equals : 
        other : NoteTask -> bool 

Parameters

other
Type: Aspose.NoteNoteTask
The object.

Return Value

Type: Boolean
The Boolean.
See Also