NoteTagCore.Equals Method (NoteTagCore)

Aspose.Note for .NET API

NoteTagCoreEquals Method (NoteTagCore)

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

Parameters

other
Type: Aspose.NoteNoteTagCore
The object.

Return Value

Type: Boolean
The Boolean.
See Also