NumberList.Equals Method (NumberList)

Aspose.Note for .NET API

NumberListEquals Method (NumberList)

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

Parameters

other
Type: Aspose.NoteNumberList
The object.

Return Value

Type: Boolean
The Boolean.
See Also