NumberList.Equals Method (Object)

Aspose.Note for .NET API

NumberListEquals Method (Object)

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 override bool Equals(
	Object obj
)
Public Overrides Function Equals ( 
	obj As Object
) As Boolean
public:
virtual bool Equals(
	Object^ obj
) override
abstract Equals : 
        obj : Object -> bool 
override Equals : 
        obj : Object -> bool 

Parameters

obj
Type: SystemObject
The object.

Return Value

Type: Boolean
The Boolean.
See Also