NoteTag.Equals Method (NoteTag)

Aspose.Note for .NET API

NoteTagEquals Method (NoteTag)

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(
	NoteTag other
)
Public Function Equals ( 
	other As NoteTag
) As Boolean
public:
bool Equals(
	NoteTag^ other
)
member Equals : 
        other : NoteTag -> bool 

Parameters

other
Type: Aspose.NoteNoteTag
The object.

Return Value

Type: Boolean
The Boolean.
See Also