TextStyle.Equals Method (TextStyle)

Aspose.Note for .NET API

TextStyleEquals Method (TextStyle)

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

Parameters

other
Type: Aspose.NoteTextStyle
The object.

Return Value

Type: Boolean
The Boolean.
See Also