C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.Objects Namespace / RtfString Class / IsEqualAttributes Method
The other Word/RTF text string.

In This Topic
IsEqualAttributes Method
In This Topic
Gets true if this attributes equal with other string attributes.
Syntax
'Declaration
 
Public Function IsEqualAttributes( _
   ByVal other As RtfString _
) As Boolean
 

Parameters

other
The other Word/RTF text string.

Return Value

true if attributes equal with other attributes, otherwise false.
See Also