ComponentOne Word for UWP
IsEqualAttributes Method

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace > RtfString Class : IsEqualAttributes Method
The other Word/RTF text string.
Gets true if this attributes equal with other string attributes.
Syntax
'Declaration
 
Public Function IsEqualAttributes( _
   ByVal other As RtfString _
) As System.Boolean
public System.bool IsEqualAttributes( 
   RtfString other
)

Parameters

other
The other Word/RTF text string.

Return Value

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

Reference

RtfString Class
RtfString Members